@@ -700,7 +700,7 @@ def execute_nt_tests(test_log, make_variables, basedir, config):
700
700
timestamp (), config .build_threads ), file = sys .stderr )
701
701
res = execute_command (test_log , basedir , args , report_dir )
702
702
if res != 0 :
703
- print ("Failure while running make build! " \
703
+ print ("Failure while running make build! "
704
704
"See log: %s" % test_log .name , file = sys .stderr )
705
705
706
706
# Then 'make report'.
@@ -720,7 +720,7 @@ def execute_nt_tests(test_log, make_variables, basedir, config):
720
720
res = execute_command (test_log , basedir , args , report_dir )
721
721
722
722
if res != 0 :
723
- print ("Failure while running nightly tests! " \
723
+ print ("Failure while running nightly tests! "
724
724
"See log: %s" % test_log .name , file = sys .stderr )
725
725
726
726
@@ -1715,7 +1715,7 @@ def run_test(self, opts):
1715
1715
reports = []
1716
1716
1717
1717
for i in range (opts .multisample ):
1718
- print ("%s: (multisample) running iteration %d" % \
1718
+ print ("%s: (multisample) running iteration %d" %
1719
1719
(timestamp (), i ), file = sys .stderr )
1720
1720
report = run_test (opts .label , i , config )
1721
1721
reports .append (report )
0 commit comments