From 829c10bb4dd798d164447279bcaef64e464f7dd1 Mon Sep 17 00:00:00 2001 From: Daniel Agbay Date: Tue, 22 Aug 2023 17:20:41 -0500 Subject: [PATCH] remove setting --- unit_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_test.sh b/unit_test.sh index a1c5b3c..ce17166 100644 --- a/unit_test.sh +++ b/unit_test.sh @@ -1,6 +1,6 @@ #!/bin/bash -ACG_CONFIG="$(pwd)/cdappconfig.json" make test-all +make test-all if [ $? != 0 ]; then exit 1