Skip to content

Commit 5b93067

Browse files
committed
fixed xml 4
1 parent b2891be commit 5b93067

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,7 +12,8 @@ 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-
tmp_var=$( IFS=$' '; echo "${@[*]}" )
15+
arr=$@
16+
tmp_var=$( IFS=$' '; echo "${arr[*]}" )
1617
coverage xml -o "/scratch/smoketest_${tmp_var//[^A-Za-z0-9_-]/_}.xml"
1718

1819
chmod 777 -R /scratch/logs

0 commit comments

Comments
 (0)