tests/test-run-tests.t
changeset 25388 6025cac3d02f
parent 25098 bf84ab53c2fd
child 25472 4d2b9b304ad0
equal deleted inserted replaced
25387:390a10b7843b 25388:6025cac3d02f
    19 
    19 
    20   $ cat > test-success.t << EOF
    20   $ cat > test-success.t << EOF
    21   >   $ echo babar
    21   >   $ echo babar
    22   >   babar
    22   >   babar
    23   >   $ echo xyzzy
    23   >   $ echo xyzzy
       
    24   >   never happens (?)
    24   >   xyzzy
    25   >   xyzzy
       
    26   >   nor this (?)
    25   > EOF
    27   > EOF
    26 
    28 
    27   $ $TESTDIR/run-tests.py --with-hg=`which hg`
    29   $ $TESTDIR/run-tests.py --with-hg=`which hg`
    28   .
    30   .
    29   # Ran 1 tests, 0 skipped, 0 warned, 0 failed.
    31   # Ran 1 tests, 0 skipped, 0 warned, 0 failed.
   235   babar
   237   babar
   236   + echo *SALT* 2 0 (glob)
   238   + echo *SALT* 2 0 (glob)
   237   *SALT* 2 0 (glob)
   239   *SALT* 2 0 (glob)
   238   + echo xyzzy
   240   + echo xyzzy
   239   xyzzy
   241   xyzzy
   240   + echo *SALT* 4 0 (glob)
   242   + echo *SALT* 6 0 (glob)
   241   *SALT* 4 0 (glob)
   243   *SALT* 6 0 (glob)
   242   .
   244   .
   243   # Ran 2 tests, 0 skipped, 0 warned, 0 failed.
   245   # Ran 2 tests, 0 skipped, 0 warned, 0 failed.
   244 
   246 
   245 Parallel runs
   247 Parallel runs
   246 ==============
   248 ==============