浏览代码

Regression test suite: fix typo.

Kim Kulling 9 年之前
父节点
当前提交
3893c593de
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.flush()
             assimp_bin_path = getEnvVar("assimp_path")
-            print( assimp_bin_path = " + assimp_bin_pat )
+            print( "assimp_bin_path = " + assimp_bin_pat )
             command = [assimp_bin_path,
                 "dump",
                 fullpath, outfile_actual, "-b", "-s", "-l" ] +\