Skip to content

Commit

Permalink
BF: remove single quotes around config, not sure why did not work ATM
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Dec 19, 2024
1 parent f3f67b3 commit 1b3befb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for i in "${datasets[@]}"; do

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

# Ignore NIfTI headers except for synthetic dataset
Expand Down

0 comments on commit 1b3befb

Please sign in to comment.