mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-05-20 18:34:29 -05:00
fix(tests): swallows the exit code
This commit is contained in:
parent
6ef01c935a
commit
250521e07f
@ -67,6 +67,7 @@ cmp putty1.exe putty2.exe && \
|
|||||||
cmp putty5.exe putty6.exe
|
cmp putty5.exe putty6.exe
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Failure is not an option."
|
echo "Failure is not an option."
|
||||||
|
exit 1
|
||||||
else
|
else
|
||||||
echo "Yes, it works."
|
echo "Yes, it works."
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user