tests/test-run-tests.t
changeset 21743 d72bea858cbd
parent 21742 66f91859822b
child 21744 395e29928db2
--- a/tests/test-run-tests.t	Fri May 30 12:11:39 2014 -0700
+++ b/tests/test-run-tests.t	Fri May 30 12:11:51 2014 -0700
@@ -88,3 +88,22 @@
   # Ran 1 tests, 0 skipped, 0 warned, 1 failed.
   python hash seed: * (glob)
   [1]
+
+Running In Debug Mode
+======================
+
+  $ $TESTDIR/run-tests.py --with-hg=`which hg` --debug
+  + echo SALT* 0 0 (glob)
+  SALT* 0 0 (glob)
+  + echo babar
+  babar
+  + echo SALT* 2 0 (glob)
+  SALT* 2 0 (glob)
+  .+ echo SALT* 0 0 (glob)
+  SALT* 0 0 (glob)
+  + echo babar
+  babar
+  + echo SALT* 2 0 (glob)
+  SALT* 2 0 (glob)
+  .
+  # Ran 2 tests, 0 skipped, 0 warned, 0 failed.