fix(tests): swallows the exit code

This commit is contained in:
Artem Polishchuk 2020-10-14 03:05:14 +03:00 committed by Michał Trojnara
parent 6ef01c935a
commit 250521e07f

View File

@ -67,6 +67,7 @@ cmp putty1.exe putty2.exe && \
cmp putty5.exe putty6.exe
if [ $? -ne 0 ]; then
echo "Failure is not an option."
exit 1
else
echo "Yes, it works."
fi