We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515a84d commit b2891beCopy full SHA for b2891be
docker/circleci/run_examples.sh
@@ -12,6 +12,7 @@ echo 'log_to_file = true' >> /root/.nipype/nipype.cfg
12
echo 'log_directory = /scratch/logs/' >> /root/.nipype/nipype.cfg
13
14
coverage run /root/src/nipype/tools/run_examples.py $@
15
-coverage xml -o "/scratch/smoketest_${@//[^A-Za-z0-9_-]/_}.xml"
+tmp_var=$( IFS=$' '; echo "${@[*]}" )
16
+coverage xml -o "/scratch/smoketest_${tmp_var//[^A-Za-z0-9_-]/_}.xml"
17
18
chmod 777 -R /scratch/logs
0 commit comments