Skip to content

Commit 99c7aef

Browse files
authored
Merge pull request lisa-lab#175 from slefrancois/testsuite_names
remove testsuite prefix option
2 parents 500c214 + 9918b7a commit 99c7aef

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
@@ -10,7 +10,7 @@ COMPILEDIR=$WORKSPACE/compile/lisa_theano_compile_dir_deeplearning
1010
NOSETESTS=${BUILDBOT_DIR}/Theano/bin/theano-nose
1111
XUNIT="--with-xunit --xunit-file="
1212
# name test suites
13-
SUITE="--xunit-prefix-with-testsuite-name --xunit-testsuite-name="
13+
SUITE="--xunit-testsuite-name="
1414

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

0 commit comments

Comments
 (0)