Skip to content

Commit b50a44f

Browse files
authored
Update run_tests.sh
1 parent 0fbcbe6 commit b50a44f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ for i in $(ls -d */ | grep -v node_modules); do
99
continue
1010
fi
1111

12+
# Set the VALIDATOR_ARGS environment variable to pass additional arguments to the
13+
# validator.
1214
CMD="bids-validator ${i%%/} $VALIDATOR_ARGS"
1315

1416
# Use default configuration unless overridden

0 commit comments

Comments
 (0)