Skip to content

Commit 608f3f7

Browse files
committed
enable runtime profiler tests
1 parent 426bf46 commit 608f3f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/circleci/run_nosetests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ mkdir -p /root/.nipype
1111
echo '[logging]' > /root/.nipype/nipype.cfg
1212
echo 'log_to_file = true' >> /root/.nipype/nipype.cfg
1313
echo "log_directory = /scratch/logs/$1" >> /root/.nipype/nipype.cfg
14-
14+
echo '[execution]' >> /root/.nipype/nipype.cfg
15+
echo 'profile_runtime = true' >> /root/.nipype/nipype.cfg
1516

1617
# Run tests
1718
cd /root/src/nipype/

0 commit comments

Comments
 (0)