tests/test-run-tests.t
changeset 32720 0cd641bfbf57
parent 32718 232875623c27
child 32937 7fe1f9785c75
equal deleted inserted replaced
32719:74680ed89a29 32720:0cd641bfbf57
  1181   !.
  1181   !.
  1182   Failed test-cases-abc.t (case B): output changed
  1182   Failed test-cases-abc.t (case B): output changed
  1183   # Ran 2 tests, 0 skipped, 0 warned, 1 failed.
  1183   # Ran 2 tests, 0 skipped, 0 warned, 1 failed.
  1184   python hash seed: * (glob)
  1184   python hash seed: * (glob)
  1185   [1]
  1185   [1]
       
  1186 
       
  1187 --restart works with outputdir
       
  1188 
       
  1189   $ mkdir output
       
  1190   $ mv test-cases-abc.t.B.err output
       
  1191   $ rt --restart --outputdir output
       
  1192   
       
  1193   --- $TESTTMP/anothertests/cases/test-cases-abc.t
       
  1194   +++ $TESTTMP/anothertests/cases/output/test-cases-abc.t.B.err
       
  1195   @@ -7,7 +7,7 @@
       
  1196      $ V=C
       
  1197    #endif
       
  1198      $ echo $V | sed 's/A/C/'
       
  1199   -  C
       
  1200   +  B
       
  1201    #if C
       
  1202      $ [ $V = C ]
       
  1203    #endif
       
  1204   
       
  1205   ERROR: test-cases-abc.t (case B) output changed
       
  1206   !.
       
  1207   Failed test-cases-abc.t (case B): output changed
       
  1208   # Ran 2 tests, 0 skipped, 0 warned, 1 failed.
       
  1209   python hash seed: * (glob)
       
  1210   [1]