##// END OF EJS Templates
test-run-tests.t: test selection of testfile from the command line
Pierre-Yves David -
r21742:66f91859 default
parent child Browse files
Show More
@@ -61,3 +61,30 b' test for --retest'
61 # Ran 1 tests, 1 skipped, 0 warned, 1 failed.
61 # Ran 1 tests, 1 skipped, 0 warned, 1 failed.
62 python hash seed: * (glob)
62 python hash seed: * (glob)
63 [1]
63 [1]
64
65 Selecting Tests To Run
66 ======================
67
68 successful
69
70 $ $TESTDIR/run-tests.py --with-hg=`which hg` test-success.t
71 .
72 # Ran 1 tests, 0 skipped, 0 warned, 0 failed.
73
74 failed
75
76 $ $TESTDIR/run-tests.py --with-hg=`which hg` test-failure.t
77
78 --- $TESTTMP/test-failure.t
79 +++ $TESTTMP/test-failure.t.err
80 @@ -1,2 +1,2 @@
81 $ echo babar
82 - rataxes
83 + babar
84
85 ERROR: test-failure.t output changed
86 !
87 Failed test-failure.t: output changed
88 # Ran 1 tests, 0 skipped, 0 warned, 1 failed.
89 python hash seed: * (glob)
90 [1]
General Comments 0
You need to be logged in to leave comments. Login now