Skip to content

Commit e858395

Browse files
chore(internal): support passing arguments to test script
1 parent 6ef030b commit e858395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ else
5353
fi
5454

5555
echo "==> Running tests"
56-
./gradlew test
56+
./gradlew test "$@"

0 commit comments

Comments
 (0)