Quellcode durchsuchen

regression-suite: run.py now calls assimp with the -l switch

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@608 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg vor 15 Jahren
Ursprung
Commit
8bb198e794
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      test/regression/run.py

+ 1 - 1
test/regression/run.py

@@ -179,7 +179,7 @@ def process_dir(d, outfile_results, zipin, result):
             outfile_results.write("assimp dump    "+"-"*80+"\n")
             outfile_results.flush()
 
-            command = [utils.assimp_bin_path,"dump",fullpath,outfile_actual,"-b","-s",pppreset]
+            command = [utils.assimp_bin_path,"dump",fullpath,outfile_actual,"-b","-s","-l",pppreset]
             r = subprocess.call(command, **shellparams)
 
             if r and not failure: