Skip to content

Commit e7db055

Browse files
committed
update test_makeMakeRawdata and travis
1 parent f70005b commit e7db055

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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`

tests/manualTests/test_makeRawDataset.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)