소스 검색

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