From d67cb8c2e4845c2fe882f3331d2c501cba7fb8cf Mon Sep 17 00:00:00 2001 From: Evan Sangaline Date: Mon, 26 Feb 2024 14:33:23 -0700 Subject: [PATCH] Explicitly exit with a code of zero. --- images/nargo/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/nargo/test.sh b/images/nargo/test.sh index 8ff351d..583835b 100755 --- a/images/nargo/test.sh +++ b/images/nargo/test.sh @@ -46,3 +46,5 @@ nargo info # Execute the backend binary. ~/.nargo/backends/acvm-backend-barretenberg/backend_binary --version + +exit 0