Skip to content

Commit 3b81bcd

Browse files
author
jakubk
committed
Change default TESTPATH to /src/nipype/nipype from /src/nipype
1 parent 222b15f commit 3b81bcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/files/run_pytests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x
44
set -u
55

66

7-
TESTPATH=${1:-/src/nipype/}
7+
TESTPATH=${1:-/src/nipype/nipype}
88
WORKDIR=${WORK:-/work}
99
PYTHON_VERSION=$( python -c "import sys; print('{}{}'.format(sys.version_info[0], sys.version_info[1]))" )
1010

@@ -34,4 +34,3 @@ find ${WORKDIR} -maxdepth 1 -name "crash-*" -exec mv {} ${WORKDIR}/crashfiles/ \
3434

3535
echo "Unit tests finished with exit code ${exit_code}"
3636
exit ${exit_code}
37-

0 commit comments

Comments
 (0)