Browse Source

Regression test suite: fix typo.

Kim Kulling 9 years ago
parent
commit
3893c593de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/regression/run.py

+ 1 - 1
test/regression/run.py

@@ -217,7 +217,7 @@ def process_dir(d, outfile_results, zipin, result ):
             outfile_results.write("assimp dump    "+"-"*80+"\n")
             outfile_results.write("assimp dump    "+"-"*80+"\n")
             outfile_results.flush()
             outfile_results.flush()
             assimp_bin_path = getEnvVar("assimp_path")
             assimp_bin_path = getEnvVar("assimp_path")
-            print( assimp_bin_path = " + assimp_bin_pat )
+            print( "assimp_bin_path = " + assimp_bin_pat )
             command = [assimp_bin_path,
             command = [assimp_bin_path,
                 "dump",
                 "dump",
                 fullpath, outfile_actual, "-b", "-s", "-l" ] +\
                 fullpath, outfile_actual, "-b", "-s", "-l" ] +\