##// END OF EJS Templates
test-run-tests: test --view
Matt Mackall -
r22108:ccae572c default
parent child Browse files
Show More
@@ -251,6 +251,18 b' Refuse the fix'
251 This is a noop statement so that
251 This is a noop statement so that
252 this test is still more bytes than success.
252 this test is still more bytes than success.
253
253
254 View the fix
255
256 $ echo 'y' | $TESTDIR/run-tests.py --with-hg=`which hg` --view echo
257 $TESTTMP/test-failure.t $TESTTMP/test-failure.t.err
258
259 ERROR: test-failure.t output changed
260 !.
261 Failed test-failure.t: output changed
262 # Ran 2 tests, 0 skipped, 0 warned, 1 failed.
263 python hash seed: * (glob)
264 [1]
265
254 Accept the fix
266 Accept the fix
255
267
256 $ echo 'y' | $TESTDIR/run-tests.py --with-hg=`which hg` -i
268 $ echo 'y' | $TESTDIR/run-tests.py --with-hg=`which hg` -i
General Comments 0
You need to be logged in to leave comments. Login now