##// END OF EJS Templates
test-run-tests.t: add tests for skips...
Augie Fackler -
r21996:94755394 default
parent child Browse files
Show More
@@ -247,3 +247,18 b' test for --time with --job enabled'
247 # Producing time report
247 # Producing time report
248 cuser csys real Test
248 cuser csys real Test
249 \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} test-success.t (re)
249 \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} test-success.t (re)
250
251 Skips
252 ================
253 $ cat > test-skip.t <<EOF
254 > $ echo xyzzy
255 > $ exit 80
256 > EOF
257 $ $TESTDIR/run-tests.py --with-hg=`which hg` --nodiff
258 !.s
259 Skipped test-skip.t: irrelevant
260 Failed test-failure.t: output changed
261 # Ran 2 tests, 1 skipped, 0 warned, 1 failed.
262 python hash seed: * (glob)
263 [1]
264
General Comments 0
You need to be logged in to leave comments. Login now