Skip to content

Commit b2891be

Browse files
committed
fixed xml paths 3
1 parent 515a84d commit b2891be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/circleci/run_examples.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ echo 'log_to_file = true' >> /root/.nipype/nipype.cfg
1212
echo 'log_directory = /scratch/logs/' >> /root/.nipype/nipype.cfg
1313

1414
coverage run /root/src/nipype/tools/run_examples.py $@
15-
coverage xml -o "/scratch/smoketest_${@//[^A-Za-z0-9_-]/_}.xml"
15+
tmp_var=$( IFS=$' '; echo "${@[*]}" )
16+
coverage xml -o "/scratch/smoketest_${tmp_var//[^A-Za-z0-9_-]/_}.xml"
1617

1718
chmod 777 -R /scratch/logs

0 commit comments

Comments
 (0)