##// END OF EJS Templates
tests: silence output race in test-run-tests.t
Matt Mackall -
r23107:5459b30a stable
parent child Browse files
Show More
@@ -206,30 +206,8 b' Parallel runs'
206 (duplicate the failing test to get predictable output)
206 (duplicate the failing test to get predictable output)
207 $ cp test-failure.t test-failure-copy.t
207 $ cp test-failure.t test-failure-copy.t
208
208
209 $ $TESTDIR/run-tests.py --with-hg=`which hg` --jobs 2 test-failure*.t
209 $ $TESTDIR/run-tests.py --with-hg=`which hg` --jobs 2 test-failure*.t -n
210
210 !!
211 --- $TESTTMP/test-failure*.t (glob)
212 +++ $TESTTMP/test-failure*.t.err (glob)
213 @@ -1,4 +1,4 @@
214 $ echo babar
215 - rataxes
216 + babar
217 This is a noop statement so that
218 this test is still more bytes than success.
219
220 ERROR: test-failure*.t output changed (glob)
221 !
222 --- $TESTTMP/test-failure*.t (glob)
223 +++ $TESTTMP/test-failure*.t.err (glob)
224 @@ -1,4 +1,4 @@
225 $ echo babar
226 - rataxes
227 + babar
228 This is a noop statement so that
229 this test is still more bytes than success.
230
231 ERROR: test-failure*.t output changed (glob)
232 !
233 Failed test-failure*.t: output changed (glob)
211 Failed test-failure*.t: output changed (glob)
234 Failed test-failure*.t: output changed (glob)
212 Failed test-failure*.t: output changed (glob)
235 # Ran 2 tests, 0 skipped, 0 warned, 2 failed.
213 # Ran 2 tests, 0 skipped, 0 warned, 2 failed.
General Comments 0
You need to be logged in to leave comments. Login now