Bugzilla – Bug 326
Always run regression tests with ./waf check
Last modified: 2008-09-25 11:26:11 UTC
instead, the regressions should be run from waf check
The regressions take quite a while to run, and what if I want JUST the unit tests and not the regressions, or vice versa? Perhaps we could keep --regression, add a --unit-tests (which does what "check" does now), and have "check" simply run both unit tests and regressions.
(In reply to comment #0) > instead, the regressions should be run from waf check -1 Regression tests require network access, can take long to run, and are crude. Besides, you can run both regression and unit tests with ./waf check --regression.
I agree with previous comments against this suggestion. I was just in a situation today where I wanted to run waf check but I had no network access.
Re-titling bug with a better description. But I still don't like it. I'm not sure why this is being proposed for ns 3.2.1...
I am fine with closing this since it seems everyone agrees that the current behavior is desirable. marking INVALID.