Skip to content

Commit

Permalink
Don't erase test results
Browse files Browse the repository at this point in the history
  • Loading branch information
rodarima committed Dec 29, 2023
1 parent 7d5488b commit ea8e026
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/html/driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ function test_file() {
if [ "$diffvalue" = "0" ]; then
echo "OK"
ret=0
rm -rf $wdir
else
echo "FAIL"
cp $wdir/diff.png "$(basename $html_file).diff.png"
ret=1
fi

Expand Down

0 comments on commit ea8e026

Please sign in to comment.