File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ source activate nipypetests-2.7
77mkdir -p /scratch/docs
88set -o pipefail && cd /root/src/nipype/doc && make html 2>&1 | tee /scratch/builddoc.log
99cp -r /root/src/nipype/doc/_build/html/* /scratch/docs/
10- chmod 775 -R /scratch/docs
11- chmod 775 /scratch/builddoc.log
10+ chmod 777 -R /scratch/docs
11+ chmod 777 /scratch/builddoc.log
1212cat /scratch/builddoc.log && if grep -q " ERROR" /scratch/builddoc.log; then false ; else true ; fi
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ source activate nipypetests-2.7
66cd /root/src/nipype
77mkdir -p /scratch/nose
88nosetests --with-doctest -c /root/src/nipype/.noserc --logging-level=DEBUG --verbosity=3 --xunit-file=" /scratch/nosetests.xml"
9- chmod 775 /scratch/nosetests.xml
10- chmod 775 -R /scratch/nose
9+ chmod 777 /scratch/nosetests.xml
10+ chmod 777 -R /scratch/nose
You can’t perform that action at this time.
0 commit comments