File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ dependencies:
20
20
- mkdir ~/.nipype && echo "[logging]" > ~/.nipype/nipype.cfg && echo "workflow_level = DEBUG" >> ~/.nipype/nipype.cfg && echo "interface_level = DEBUG" >> ~/.nipype/nipype.cfg && echo "filemanip_level = DEBUG" >> ~/.nipype/nipype.cfg
21
21
test :
22
22
override :
23
- - set -o pipefail && cd doc && make html 2>&1 ~/log.txt
23
+ - set -o pipefail && cd doc && make html 2>&1 | tee ~/log.txt
24
24
- cat ~/log.txt && if grep -q "ERROR" ~/log.txt; then false; else true; fi
25
25
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_fsl_feeds Linear l1pipeline :
26
26
pwd : ../examples
27
- - python ~/nipype/tools/run_examples.py fmri_spm_dartel Linear level1 l2pipeline :
27
+ - . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_spm_dartel Linear level1 l2pipeline :
28
28
pwd : ../examples
29
29
environment :
30
30
SPMMCRCMD : " $HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"
You can’t perform that action at this time.
0 commit comments