Pārlūkot izejas kodu

Regression test suite: update run.

Kim Kulling 9 gadi atpakaļ
vecāks
revīzija
c122bb2def
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      test/regression/run.py

+ 4 - 0
test/regression/run.py

@@ -223,7 +223,11 @@ 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()