diff --git a/test/regression/run.py b/test/regression/run.py index 01c85c14c..0a4958266 100755 --- a/test/regression/run.py +++ b/test/regression/run.py @@ -222,7 +222,7 @@ def process_dir(d, outfile_results, zipin, result ): "dump", fullpath, outfile_actual, "-b", "-s", "-l" ] +\ pppreset.split() - print(command = " + command ) + print "command = " + command ) r = subprocess.call(command, **shellparams) outfile_results.flush()