Skip to content

Commit 87f7a5f

Browse files
chore(internal): support passing arguments to test script
1 parent 8129561 commit 87f7a5f

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)