From 1b3befb8dae2fe32f5a440bff230d5f768cb5992 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 19 Dec 2024 11:31:32 -0500 Subject: [PATCH] BF: remove single quotes around config, not sure why did not work ATM --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 482a1200b..b05112c34 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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