Skip to content

Commit d7206b3

Browse files
committed
dartel flow needs BET, proper redirect for logs
1 parent e302093 commit d7206b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ dependencies:
2020
- 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
2121
test:
2222
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
2424
- cat ~/log.txt && if grep -q "ERROR" ~/log.txt; then false; else true; fi
2525
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_fsl_feeds Linear l1pipeline:
2626
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:
2828
pwd: ../examples
2929
environment:
3030
SPMMCRCMD: "$HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"

0 commit comments

Comments
 (0)