We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f67b3 commit 1b3befbCopy full SHA for 1b3befb
run_tests.sh
@@ -31,7 +31,7 @@ for i in "${datasets[@]}"; do
31
32
# Use default configuration unless overridden
33
if [[ ! ( -f "${i%%/}/.bids-validator-config.json" || $CMD =~ /--config/ ) ]]; then
34
- CMD="$CMD --config '$PWD/${VARIANT}config.json'"
+ CMD="$CMD --config $PWD/${VARIANT}config.json"
35
fi
36
37
# Ignore NIfTI headers except for synthetic dataset
0 commit comments