提交 b13f6ac5 authored 作者: Frederic's avatar Frederic

Make do_nighly_build more resistent to printing of warning in some env

上级 a6bb525a
...@@ -26,8 +26,8 @@ if [ "$1" == "--buildbot" ]; then ...@@ -26,8 +26,8 @@ if [ "$1" == "--buildbot" ]; then
NOSETESTS=${ROOT_CWD}/Theano/bin/theano-nose NOSETESTS=${ROOT_CWD}/Theano/bin/theano-nose
export PYTHONPATH=${ROOT_CWD}:$PYTHONPATH export PYTHONPATH=${ROOT_CWD}:$PYTHONPATH
else else
COMPILEDIR=`python -c "from __future__ import print_function; import theano; print(theano.config.compiledir)"` COMPILEDIR=`python -c "from __future__ import print_function; import theano; print(theano.config.compiledir)"|tail -1`
NOSETESTS=`python -c "from __future__ import print_function; import theano; print(theano.__path__[0])"`/../bin/theano-nose NOSETESTS=`python -c "from __future__ import print_function; import theano; print(theano.__path__[0])"|tail -1`/../bin/theano-nose
fi fi
echo "Number of elements in the compiledir:" echo "Number of elements in the compiledir:"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论