Skip to content

Commit 7fda016

Browse files
committed
testing: clean up oso files
1 parent df18544 commit 7fda016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/runtest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def runtest (command, outputs, failureok=0, failthresh=0, failpercent=0, regress
454454
failthresh=failthresh, failpercent=failpercent, filter_re=filter_re)
455455

456456
if ret == 0 and cleanup_on_success :
457-
for ext in image_extensions + [ ".txt", ".diff" ] :
457+
for ext in image_extensions + [ ".txt", ".diff", ".oso" ] :
458458
files = glob.iglob (srcdir + '/*' + ext)
459459
baselineFiles = glob.iglob (srcdir + '/baseline/*' + ext)
460460
for f in chain(files,baselineFiles) :

0 commit comments

Comments
 (0)