Skip to content

Commit 515a84d

Browse files
committed
fixed xml paths 2
1 parent 82a2b81 commit 515a84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/circleci/run_examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ 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+
coverage xml -o "/scratch/smoketest_${@//[^A-Za-z0-9_-]/_}.xml"
1616

1717
chmod 777 -R /scratch/logs

0 commit comments

Comments
 (0)