提交 0572c653 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Use theano-nose in buildbot

上级 006eaf78
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#we set the compiledir to the /Tmp dir to make the test faster by bypassing the nfs network. #we set the compiledir to the /Tmp dir to make the test faster by bypassing the nfs network.
date date
START=`date +%s` START=`date +%s`
NOSETESTS=nosetests
ARGS=$@ ARGS=$@
PROFILING="" PROFILING=""
RELEASE="" RELEASE=""
...@@ -20,8 +19,10 @@ if [ "$1" == "--buildbot" ]; then ...@@ -20,8 +19,10 @@ if [ "$1" == "--buildbot" ]; then
cd .. cd ..
ARGS="Theano" ARGS="Theano"
PROFILING="--with-coverage --cover-package=theano" PROFILING="--with-coverage --cover-package=theano"
NOSETESTS=${ROOT_CWD}/bin/theano-nose
else else
COMPILEDIR=`python -c "import theano;print theano.config.compiledir"` COMPILEDIR=`python -c "import theano;print theano.config.compiledir"`
NOSETESTS=`python -c "import theano; print theano.__path__[0]"`/../bin/theano-nose
fi fi
echo "Number of elements in the compiledir:" echo "Number of elements in the compiledir:"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论