From 250521e07f1c557759af92e0edb2f4da00764e01 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Wed, 14 Oct 2020 03:05:14 +0300 Subject: [PATCH] fix(tests): swallows the exit code --- tests/testsign.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testsign.sh b/tests/testsign.sh index 22919ba..bff3fe0 100755 --- a/tests/testsign.sh +++ b/tests/testsign.sh @@ -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