From 9b0d7b6fe62a49f5a74b73ee796970ea212c4428 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Mon, 17 Jun 2024 12:54:15 +0530 Subject: [PATCH] Exit test script on errors --- test/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/run-tests.sh b/test/run-tests.sh index 9928477..46d7492 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -e + # Get the key from laconicd laconicd_key=$(yes | docker compose exec laconicd laconicd keys export mykey --unarmored-hex --unsafe)