test: add pk3 to blacklist for regression
parent
dd5781027e
commit
9105fac560
|
@ -180,7 +180,6 @@ def prepare_output_dir(fullpath, myhash, app):
|
||||||
outfile = os.path.join(outfile, app)
|
outfile = os.path.join(outfile, app)
|
||||||
return outfile
|
return outfile
|
||||||
|
|
||||||
|
|
||||||
# -------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------
|
||||||
def process_dir(d, outfile_results, zipin, result ):
|
def process_dir(d, outfile_results, zipin, result ):
|
||||||
shellparams = {'stdout':outfile_results, 'stderr':outfile_results, 'shell':False}
|
shellparams = {'stdout':outfile_results, 'stderr':outfile_results, 'shell':False}
|
||||||
|
@ -191,10 +190,10 @@ def process_dir(d, outfile_results, zipin, result ):
|
||||||
if os.path.isdir(fullpath) and not f[:1] == '.':
|
if os.path.isdir(fullpath) and not f[:1] == '.':
|
||||||
process_dir(fullpath, outfile_results, zipin, result)
|
process_dir(fullpath, outfile_results, zipin, result)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if f in settings.files_to_ignore or os.path.splitext(f)[1] in settings.exclude_extensions:
|
if f in settings.files_to_ignore or os.path.splitext(f)[1] in settings.exclude_extensions:
|
||||||
print("Ignoring " + f)
|
print("Ignoring " + f)
|
||||||
continue
|
return
|
||||||
|
|
||||||
for pppreset in settings.pp_configs_to_test:
|
for pppreset in settings.pp_configs_to_test:
|
||||||
filehash = utils.hashing(fullpath, pppreset)
|
filehash = utils.hashing(fullpath, pppreset)
|
||||||
|
|
|
@ -62,7 +62,7 @@ files_to_ignore = ["pond.0.ply", "Example.ogex"]
|
||||||
exclude_extensions = [
|
exclude_extensions = [
|
||||||
".assbin", ".assxml", ".txt", ".md",
|
".assbin", ".assxml", ".txt", ".md",
|
||||||
".jpeg", ".jpg", ".png", ".gif", ".tga", ".bmp",
|
".jpeg", ".jpg", ".png", ".gif", ".tga", ".bmp",
|
||||||
".skeleton", ".skeleton.xml", ".license", ".mtl", ".material"
|
".skeleton", ".skeleton.xml", ".license", ".mtl", ".material", ".pk3"
|
||||||
]
|
]
|
||||||
|
|
||||||
# -------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------
|
||||||
|
|
|
@ -29,3 +29,5 @@ ORIGINAL FILE;EXPECTED DUMP
|
||||||
../models-nonbsd/Ogre/OgreSDK/ninja.mesh.xml -cfull;../results/tmp/ninja.mesh.xml_2a5e7eb6/EXPECT
|
../models-nonbsd/Ogre/OgreSDK/ninja.mesh.xml -cfull;../results/tmp/ninja.mesh.xml_2a5e7eb6/EXPECT
|
||||||
../models-nonbsd/PK3/SGDTT3.pk3 -ptv -gsn -cts -db;../results/tmp/SGDTT3.pk3_591f74f1/EXPECT
|
../models-nonbsd/PK3/SGDTT3.pk3 -ptv -gsn -cts -db;../results/tmp/SGDTT3.pk3_591f74f1/EXPECT
|
||||||
../models-nonbsd/PK3/SGDTT3.pk3 ;../results/tmp/SGDTT3.pk3_ad4b2ce1/EXPECT
|
../models-nonbsd/PK3/SGDTT3.pk3 ;../results/tmp/SGDTT3.pk3_ad4b2ce1/EXPECT
|
||||||
|
../models-nonbsd/PK3/SGDTT3.pk3 -cfull;../results/tmp/SGDTT3.pk3_ad4b2ce1/EXPECT
|
||||||
|
.
|
Can't render this file because it has a wrong number of fields in line 33.
|
Loading…
Reference in New Issue