Show More
@@ -546,7 +546,7 b' class Test(unittest.TestCase):' | |||
|
546 | 546 | missing, failed = TTest.parsehghaveoutput(out) |
|
547 | 547 | |
|
548 | 548 | if not missing: |
|
549 |
missing = [' |
|
|
549 | missing = ['skipped'] | |
|
550 | 550 | |
|
551 | 551 | if failed: |
|
552 | 552 | self.fail('hg have failed checking for %s' % failed[-1]) |
@@ -325,7 +325,7 b' Skips' | |||
|
325 | 325 | > EOF |
|
326 | 326 | $ $TESTDIR/run-tests.py --with-hg=`which hg` --nodiff |
|
327 | 327 | !.s |
|
328 |
Skipped test-skip.t: |
|
|
328 | Skipped test-skip.t: skipped | |
|
329 | 329 | Failed test-failure.t: output changed |
|
330 | 330 | # Ran 2 tests, 1 skipped, 0 warned, 1 failed. |
|
331 | 331 | python hash seed: * (glob) |
@@ -333,14 +333,14 b' Skips' | |||
|
333 | 333 | |
|
334 | 334 | $ $TESTDIR/run-tests.py --with-hg=`which hg` --keyword xyzzy |
|
335 | 335 | .s |
|
336 |
Skipped test-skip.t: |
|
|
336 | Skipped test-skip.t: skipped | |
|
337 | 337 | # Ran 2 tests, 2 skipped, 0 warned, 0 failed. |
|
338 | 338 | |
|
339 | 339 | Skips with xml |
|
340 | 340 | $ $TESTDIR/run-tests.py --with-hg=`which hg` --keyword xyzzy \ |
|
341 | 341 | > --xunit=xunit.xml |
|
342 | 342 | .s |
|
343 |
Skipped test-skip.t: |
|
|
343 | Skipped test-skip.t: skipped | |
|
344 | 344 | # Ran 2 tests, 2 skipped, 0 warned, 0 failed. |
|
345 | 345 | $ cat xunit.xml |
|
346 | 346 | <?xml version="1.0" encoding="utf-8"?> |
General Comments 0
You need to be logged in to leave comments.
Login now