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
pull/1/head
aramis_acg 2010-03-13 17:16:19 +00:00
parent 46d56ff619
commit 8bb198e794
1 changed files with 1 additions and 1 deletions

View File

@ -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: