##// END OF EJS Templates
run-tests.py: fix diff output when test-foo.out doesn't exist....
Alexis S. L. Carvalho -
r2703:d32b31e8 default
parent child Browse files
Show More
@@ -244,7 +244,7 b' def run_one(test):'
244 244 ref_out = splitnewlines(f.read())
245 245 f.close()
246 246 else:
247 ref_out = ['']
247 ref_out = []
248 248 if out != ref_out:
249 249 diffret = 1
250 250 print "\nERROR: %s output changed" % (test)
General Comments 0
You need to be logged in to leave comments. Login now