##// END OF EJS Templates
test-run-tests.t: test --debug option
Pierre-Yves David -
r21743:d72bea85 default
parent child Browse files
Show More
@@ -88,3 +88,22 b' failed'
88 # Ran 1 tests, 0 skipped, 0 warned, 1 failed.
88 # Ran 1 tests, 0 skipped, 0 warned, 1 failed.
89 python hash seed: * (glob)
89 python hash seed: * (glob)
90 [1]
90 [1]
91
92 Running In Debug Mode
93 ======================
94
95 $ $TESTDIR/run-tests.py --with-hg=`which hg` --debug
96 + echo SALT* 0 0 (glob)
97 SALT* 0 0 (glob)
98 + echo babar
99 babar
100 + echo SALT* 2 0 (glob)
101 SALT* 2 0 (glob)
102 .+ echo SALT* 0 0 (glob)
103 SALT* 0 0 (glob)
104 + echo babar
105 babar
106 + echo SALT* 2 0 (glob)
107 SALT* 2 0 (glob)
108 .
109 # Ran 2 tests, 0 skipped, 0 warned, 0 failed.
General Comments 0
You need to be logged in to leave comments. Login now