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 34f9824 commit 4883211Copy full SHA for 4883211
docker/files/run_examples.sh
@@ -33,8 +33,10 @@ fi
33
coverage run /src/nipype/tools/run_examples.py $@
34
exit_code=$?
35
36
+if [[ "${NIPYPE_RESOURCE_MONITOR:-0}" == "1" ]]; then
37
+ cp resource_monitor.json 2>/dev/null ${WORKDIR}/logs/example_${example_id}/ || :
38
+fi
39
# Collect crashfiles and generate xml report
40
coverage xml -o ${WORKDIR}/tests/smoketest_${example_id}.xml
41
find /work -maxdepth 1 -name "crash-*" -exec mv {} ${WORKDIR}/crashfiles/ \;
42
exit $exit_code
-
0 commit comments