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")