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-9d2fd5bffc1fpull/1/head
parent
46d56ff619
commit
8bb198e794
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue