Skip to content

Commit 19c317f

Browse files
committed
Always pass in the script processor
1 parent 31789b4 commit 19c317f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PROXY_PROGRAM="$1"
55

66
function runTest() {
77
printf "🧪 \tRunning: $1 \n"
8-
"$2" "$PROXY_PROGRAM"
8+
bash "$2" "$PROXY_PROGRAM"
99
if [ $? -eq 0 ]; then
1010
printf "🎉 \tSuccess \n"
1111
else

0 commit comments

Comments
 (0)