Skip to content

Commit ab699d9

Browse files
chore(internal): allow passing args to ./scripts/test
1 parent 0c51077 commit ab699d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -e
55
cd "$(dirname "$0")/.."
66

77
echo "==> Building classes"
8-
./gradlew build testClasses -x test
8+
./gradlew build testClasses "$@" -x test

0 commit comments

Comments
 (0)