Skip to content

Commit b1b2e86

Browse files
chore(internal): support passing arguments to test script
1 parent 12dc83a commit b1b2e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)