bids-standard / bids-examples

A set of BIDS compatible datasets with empty raw data files that can be used for writing lightweight software tests.
http://bids-standard.github.io/bids-examples/
169 stars 134 forks source link

Fixup and enhance invocation of run_tests.sh #434

Closed yarikoptic closed 5 months ago

yarikoptic commented 5 months ago

ATM it would complain that rc is not legit command due to all those spaces. Because no set -e used it just continues.

Also made it executable and adjusted shebang to be universaly working. There should be no need to invoke directly via bash -- shebang would do that

Script likely worked correctly anyways since there is explicit exit $rc so if $rc remained undefined and no failed validator runs, it was just exit - clean exit?

yarikoptic commented 5 months ago

So the honors would go to @effigies for the last look/click of the green button! ;)