From 7c6f57068d06b7b25817782159580b8cf0e0b693 Mon Sep 17 00:00:00 2001 From: SporeStack Date: Thu, 27 Apr 2023 22:18:18 +0000 Subject: [PATCH] Minor fix for integration-test.sh --- integration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-test.sh b/integration-test.sh index 545c3c7..6efe394 100755 --- a/integration-test.sh +++ b/integration-test.sh @@ -11,7 +11,7 @@ export SPORESTACK_ENDPOINT=https://api.sporestack.com export SPORESTACK_DIR=$(pwd)/dummydotsporestackfolder -rm -r $SPORESTACK_DIR +rm -r $SPORESTACK_DIR || true mkdir $SPORESTACK_DIR sporestack version