Skip to content

Commit

Permalink
test test
Browse files Browse the repository at this point in the history
  • Loading branch information
milgra committed Nov 28, 2022
1 parent c98ae3c commit 4a76c6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tst/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ diff tst/master tst/result
error=$?
if [ $error -eq 0 ]
then
echo "No differences found between master and result images"
exit 0
elif [ $error -eq 1 ]
then
echo "Differences found between master and result images"
exit 1
else
echo "Differences found between master and result images"
exit 1
fi

0 comments on commit 4a76c6c

Please sign in to comment.