Skip to content

Commit f771390

Browse files
chore(internal): allow passing args to ./scripts/test
1 parent 2b8ab62 commit f771390

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)