Message124889
One way to "fix" this would be to have make test run the tests with -j1 and pass in the -S and -s flags, and then have regrtest special case test_site and remove those flags for the run of that single test.
An interesting facet of this proposal in that it actually isolates the tests better. But it will also slow down the test suite run a bit. Since the tests are already run twice by make test, that may not matter all that much (that is, it's a start-the-run-and-walk-away situation anyway).
Note that all tests except test_trace currently pass with -S -s. |
|
Date |
User |
Action |
Args |
2010-12-29 23:56:10 | r.david.murray | set | recipients:
+ r.david.murray, nyb, ajaksu2, dugan, eric.araujo, Arfrever |
2010-12-29 23:56:10 | r.david.murray | set | messageid: <1293666970.58.0.699185815671.issue1674555@psf.upfronthosting.co.za> |
2010-12-29 23:56:08 | r.david.murray | link | issue1674555 messages |
2010-12-29 23:56:08 | r.david.murray | create | |
|