浏览代码

Update run.py

Regression: fix typo.
Kim Kulling 9 年之前
父节点
当前提交
fe60654c1a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/regression/run.py

+ 1 - 1
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()