提交 55f29f64 authored 作者: Frederic Bastien's avatar Frederic Bastien

Fix the CPU tests too.

上级 6eae38a3
......@@ -11,6 +11,10 @@ rsync -a $HOME/cache/ $HOME/.theano/pr_theano
echo "===== Testing theano core"
# Allow subprocess created by tests to find Theano.
# Keep it in the workspace
export PYTHONPATH=$PYTHONPATH:${WORKSPACE}
# Test theano core
PARTS="theano -e gpuarray"
THEANO_PARAM="${PARTS} --with-timer --timer-top-n 10 --with-xunit --xunit-file=theanocore_tests.xml"
......
......@@ -51,9 +51,9 @@ export PYTHONPATH=${PYTHONPATH}:$LIBDIR/lib/python
python -c 'import pygpu; print(pygpu.__file__)'
# Allow subprocess created by test able to find Theano.
# Allow subprocess created by tests to find Theano.
# Keep it in the workspace
PYTHONPATH=$PYTHONPATH:${WORKSPACE}
export PYTHONPATH=$PYTHONPATH:${WORKSPACE}
# Testing theano (the gpuarray parts)
THEANO_GPUARRAY_TESTS="theano/gpuarray/tests \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论