Fixup and enhance invocation of run_tests.sh#434
Fixup and enhance invocation of run_tests.sh#434rwblair merged 1 commit intobids-standard:masterfrom
Conversation
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
Remi-Gau
left a comment
There was a problem hiding this comment.
to the extend that I understand, I approve
|
So the honors would go to @effigies for the last look/click of the green button! ;) |
| | [ds000117](https://github.com/bids-standard/bids-examples/tree/master/ds000117) | A multi-subject, multi-modal human neuroimaging dataset of 19 subjects on a MEG visual task | anat, beh, dwi, fmap, func, meg | T1w, beh, bold, channels, coordsystem, dwi, events, headshape, magnitude1, magnitude2, meg, phasediff, scans | [link](https://openneuro.org/datasets/ds000117/) | [@RikHenson](https://github.com/RikHenson) | | ||
| | [eeg_ds003645s_hed_demo](https://github.com/bids-standard/bids-examples/tree/master/eeg_ds003645s_hed_demo) | Shows usage of Hierarchical Event Descriptor (HED) in .tsv files | eeg, beh | channels, eeg, events, participants, scans | [link](https://openneuro.org/datasets/ds003645) | [@VisLab](https://github.com/VisLab) | | ||
| | [synthetic](https://github.com/bids-standard/bids-examples/tree/master/synthetic) | A synthetic dataset | anat, beh, func | T1w, beh, bold, events, physio, scans, sessions, stim | n/a | [@effigies](https://github.com/effigies) | No newline at end of file | ||
| | [synthetic](https://github.com/bids-standard/bids-examples/tree/master/synthetic) | A synthetic dataset | anat, beh, func | T1w, beh, bold, events, physio, scans, sessions, stim | n/a | [@effigies](https://github.com/effigies) | |
There was a problem hiding this comment.
I believe this table is generated automatically. If it will get reverted with the next regeneration, then it would be better to fix up the script.
There was a problem hiding this comment.
yes that's true
though I cannot see what actually got changed: I suspect a whitespace so I don't think it matters much
There was a problem hiding this comment.
probably "no newline" at the end of file?
bids-examples/tools/print_dataset_listing.py
Line 129 in 711be5b
And it got auto-inserted by the editor the last person touching this file was using?
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 $rcso if$rcremained undefined and no failed validator runs, it was justexit- clean exit?