Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove testsuite prefix option
  • Loading branch information
slefrancois committed Oct 7, 2016
commit 9918b7a9d377af71ac1323187913861651b26ce8
2 changes: 1 addition & 1 deletion .jenkins/jenkins_buildbot_dlt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COMPILEDIR=$WORKSPACE/compile/lisa_theano_compile_dir_deeplearning
NOSETESTS=${BUILDBOT_DIR}/Theano/bin/theano-nose
XUNIT="--with-xunit --xunit-file="
# name test suites
SUITE="--xunit-prefix-with-testsuite-name --xunit-testsuite-name="
SUITE="--xunit-testsuite-name="

FLAGS=warn.ignore_bug_before=0.5,compiledir=${COMPILEDIR}
export PYTHONPATH=${BUILDBOT_DIR}/Theano:${BUILDBOT_DIR}/Pylearn:$PYTHONPATH
Expand Down