diff tests/test-run-tests.t @ 22045:769198c6a62d

run-tests: add #require to abort full test This allows nuking a bunch of ugly hghave || exit 80 lines.
author Matt Mackall <mpm@selenic.com>
date Wed, 06 Aug 2014 10:34:54 -0500
parents a06172e85fd4
children 3b5cf39ffcc4
line wrap: on
line diff
--- a/tests/test-run-tests.t	Tue Aug 05 21:17:11 2014 -0400
+++ b/tests/test-run-tests.t	Wed Aug 06 10:34:54 2014 -0500
@@ -309,7 +309,7 @@
 ================
   $ cat > test-skip.t <<EOF
   >   $ echo xyzzy
-  >   $ exit 80
+  > #require false
   > EOF
   $ $TESTDIR/run-tests.py --with-hg=`which hg` --nodiff
   !.s