Regression test suite: fix typo.

pull/854/head
Kim Kulling 2016-04-16 08:41:31 +02:00
parent 1cce8426c6
commit 3893c593de
1 changed files with 1 additions and 1 deletions

View File

@ -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" ] +\