Skip to content

Commit

Permalink
Change default TESTPATH to /src/nipype/nipype from /src/nipype
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubk committed Nov 6, 2017
1 parent 222b15f commit 3b81bcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/files/run_pytests.sh
Expand Up @@ -4,7 +4,7 @@ set -x
set -u


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

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

echo "Unit tests finished with exit code ${exit_code}"
exit ${exit_code}

0 comments on commit 3b81bcd

Please sign in to comment.