File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 script : octave $OCTFLAGS --eval "results = runTests; assert(all(~[results.Failed]))"
3737 - stage : " BIDS validator"
3838 name : " Create and check dataset"
39- script : cd manualTests && octave $OCTFLAGS --eval "test_makeRawDataset" && bids-validator `pwd`/../ output/rawdata/ --ignoreNiftiHeaders
39+ script : cd manualTests && octave $OCTFLAGS --eval "test_makeRawDataset" && bids-validator `pwd`/output/rawdata/ --ignoreNiftiHeaders
4040 - stage : " Linter"
4141 name : " miss_hit"
4242 script : cd .. && mh_style `pwd`
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ function test_makeRawDataset()
44
55 clear ;
66
7- outputDir = fullfile(fileparts(mfilename(' fullpath' )), ' .. ' , ' output' );
7+ outputDir = fullfile(fileparts(mfilename(' fullpath' )), ' output' );
88
99 if isdir(outputDir )
1010 rmdir(outputDir , ' s' );
You can’t perform that action at this time.
0 commit comments