Skip to content

Commit 8d25f1a

Browse files
author
Simon Lefrancois
authored
use nosetests directly for gpu
1 parent ebb8c21 commit 8d25f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/jenkins_buildbot_dlt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ THEANO_FLAGS=${FLAGS},mode=FAST_RUN,floatX=float32 ${NOSETESTS} ${XUNIT}${FILE}
7979
echo "==== Executing nosetests with mode=FAST_RUN,floatX=float32,device=cuda"
8080
NAME=dlt_float32_cuda
8181
FILE=${BUILDBOT_DIR}/${NAME}_tests.xml
82-
PYTHONPATH=${BUILDBOT_DIR}/Theano:${BUILDBOT_DIR}/DeepLearningTutorials/code:${PYTHONPATH} THEANO_FLAGS=${FLAGS},mode=FAST_RUN,floatX=float32,device=cuda ${NOSETESTS} test.py ${XUNIT}${FILE} ${SUITE}${NAME}
82+
PYTHONPATH=${BUILDBOT_DIR}/Theano:${BUILDBOT_DIR}/DeepLearningTutorials/code:${PYTHONPATH} THEANO_FLAGS=${FLAGS},mode=FAST_RUN,floatX=float32,device=cuda nosetests test.py ${XUNIT}${FILE} ${SUITE}${NAME}

0 commit comments

Comments
 (0)