File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def write_tests(filename, tests):
38
38
def write_output (filename , tests ):
39
39
if not filename :
40
40
return
41
- print ("Write %s tests into %s" % (len (tests ), filename ))
41
+ print ("Writing %s tests into %s" % (len (tests ), filename ))
42
42
write_tests (filename , tests )
43
43
return filename
44
44
@@ -133,11 +133,11 @@ def main():
133
133
print ("ran %s tests/%s" % (ntest , len (tests )))
134
134
print ("exit" , exitcode )
135
135
if exitcode :
136
- print ("Tests failed: use this new subtest" )
136
+ print ("Tests failed: continuing with this subtest" )
137
137
tests = subtests
138
138
output = write_output (args .output , tests )
139
139
else :
140
- print ("Tests succeeded: skip this subtest, try a new subbset " )
140
+ print ("Tests succeeded: skipping this subtest, trying a new subset " )
141
141
print ()
142
142
iteration += 1
143
143
except KeyboardInterrupt :
You can’t perform that action at this time.
0 commit comments