浏览代码

Update run.py

resolve conflict.
Kim Kulling 9 年之前
父节点
当前提交
69ac97d709
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      test/regression/run.py

+ 0 - 4
test/regression/run.py

@@ -223,11 +223,7 @@ def process_dir(d, outfile_results, zipin, result ):
                 "dump",
                 fullpath, outfile_actual, "-b", "-s", "-l" ] +\
                 pppreset.split()
-<<<<<<< HEAD
             print( "command = " + str( command ) )
-=======
-            print "command = " + command )
->>>>>>> fe60654c1ad4d665e2fed05b257a06815c7c113f
             r = subprocess.call(command, **shellparams)
             outfile_results.flush()