Skip to content

Commit 1b3befb

Browse files
committed
BF: remove single quotes around config, not sure why did not work ATM
1 parent f3f67b3 commit 1b3befb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for i in "${datasets[@]}"; do
3131

3232
# Use default configuration unless overridden
3333
if [[ ! ( -f "${i%%/}/.bids-validator-config.json" || $CMD =~ /--config/ ) ]]; then
34-
CMD="$CMD --config '$PWD/${VARIANT}config.json'"
34+
CMD="$CMD --config $PWD/${VARIANT}config.json"
3535
fi
3636

3737
# Ignore NIfTI headers except for synthetic dataset

0 commit comments

Comments
 (0)