##// END OF EJS Templates
test-run-tests: fix stdout/stderr io ordering
Matt Mackall -
r22134:90c8b36d stable
parent child Browse files
Show More
@@ -92,7 +92,7 b' failed'
92 Running In Debug Mode
92 Running In Debug Mode
93 ======================
93 ======================
94
94
95 $ $TESTDIR/run-tests.py --with-hg=`which hg` --debug | grep -v pwd
95 $ $TESTDIR/run-tests.py --with-hg=`which hg` --debug 2>&1 | grep -v pwd
96 + echo SALT* 0 0 (glob)
96 + echo SALT* 0 0 (glob)
97 SALT* 0 0 (glob)
97 SALT* 0 0 (glob)
98 + echo babar
98 + echo babar
General Comments 0
You need to be logged in to leave comments. Login now