From a4ecc3261b2664ff169f686f87da470a9b23e19e Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 1 Aug 2023 11:50:50 +0530 Subject: [PATCH] fix: exit with error code on exception --- test/aur/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/aur/entrypoint.sh b/test/aur/entrypoint.sh index 5525c16..1e925c2 100644 --- a/test/aur/entrypoint.sh +++ b/test/aur/entrypoint.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + declare -a aur_packages=("lune-bin" "lune-git" "lune") root_dir=$(pwd)