tests/test-run-tests.t
changeset 28317 8de70574be2c
parent 28316 c0cecc153d25
child 28596 9949950664cd
equal deleted inserted replaced
28316:c0cecc153d25 28317:8de70574be2c
    50   >   babar
    50   >   babar
    51   >   $ echo xyzzy
    51   >   $ echo xyzzy
    52   >   never happens (?)
    52   >   never happens (?)
    53   >   xyzzy
    53   >   xyzzy
    54   >   nor this (?)
    54   >   nor this (?)
       
    55   >   $ printf 'abc\ndef\nxyz\n'
       
    56   >   123 (?)
       
    57   >   abc
       
    58   >   def (?)
       
    59   >   456 (?)
       
    60   >   xyz
    55   > EOF
    61   > EOF
    56 
    62 
    57   $ rt
    63   $ rt
    58   .
    64   .
    59   # Ran 1 tests, 0 skipped, 0 warned, 0 failed.
    65   # Ran 1 tests, 0 skipped, 0 warned, 0 failed.
   284   *SALT* 2 0 (glob)
   290   *SALT* 2 0 (glob)
   285   + echo xyzzy
   291   + echo xyzzy
   286   xyzzy
   292   xyzzy
   287   + echo *SALT* 6 0 (glob)
   293   + echo *SALT* 6 0 (glob)
   288   *SALT* 6 0 (glob)
   294   *SALT* 6 0 (glob)
       
   295   + printf *abc\ndef\nxyz\n* (glob)
       
   296   abc
       
   297   def
       
   298   xyz
       
   299   + echo *SALT* 12 0 (glob)
       
   300   *SALT* 12 0 (glob)
   289   .
   301   .
   290   # Ran 2 tests, 0 skipped, 0 warned, 0 failed.
   302   # Ran 2 tests, 0 skipped, 0 warned, 0 failed.
   291 
   303 
   292 Parallel runs
   304 Parallel runs
   293 ==============
   305 ==============