mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-05-20 10:24: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
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failure is not an option."
|
||||
exit 1
|
||||
else
|
||||
echo "Yes, it works."
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user