From dc36d976e2fd194da1f44cc2b2a36199e5b24a24 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 02:08:08 +0000 Subject: [PATCH] fix tests --- Config/jasmine_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/jasmine_build.sh b/Config/jasmine_build.sh index 226c1c2..867906f 100644 --- a/Config/jasmine_build.sh +++ b/Config/jasmine_build.sh @@ -1,6 +1,6 @@ #!/bin/bash -SEARCH_DIR="./tests" +SEARCH_DIR=$1 FILES=$(find $SEARCH_DIR -type f -name "*Test.js")