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 222b15f commit 3b81bcdCopy full SHA for 3b81bcd
docker/files/run_pytests.sh
@@ -4,7 +4,7 @@ set -x
4
set -u
5
6
7
-TESTPATH=${1:-/src/nipype/}
+TESTPATH=${1:-/src/nipype/nipype}
8
WORKDIR=${WORK:-/work}
9
PYTHON_VERSION=$( python -c "import sys; print('{}{}'.format(sys.version_info[0], sys.version_info[1]))" )
10
@@ -34,4 +34,3 @@ find ${WORKDIR} -maxdepth 1 -name "crash-*" -exec mv {} ${WORKDIR}/crashfiles/ \
34
35
echo "Unit tests finished with exit code ${exit_code}"
36
exit ${exit_code}
37
-
0 commit comments