From fe60654c1ad4d665e2fed05b257a06815c7c113f Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sat, 16 Apr 2016 15:16:35 +0200 Subject: [PATCH] Update run.py Regression: fix typo. --- test/regression/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()