Skip to content

Commit 2221a23

Browse files
committed
testing: clean up oso files
1 parent b750de8 commit 2221a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/runtest.py

Lines changed: 1 addition & 1 deletion
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)