Skip to content

Commit

Permalink
Fix xunit output.
Browse files Browse the repository at this point in the history
  • Loading branch information
abergeron committed Oct 4, 2016
1 parent c0a944f commit 5becc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ export CPATH=`pwd`/src:${CPATH}
python setup.py build_ext --inplace

# Test it
test=pygpu
for dev in ${DEVICES_CUDA}; do
echo "Testing pygpu for DEVICE=${dev}"
test=${BUILDBOT_DIR}/pygpu
DEVICE=${dev} time nosetests --with-xunit --xunit-file=${test}${dev}tests.xml pygpu/tests
done
for dev in ${DEVICES_OPENCL}; do
Expand Down

0 comments on commit 5becc26

Please sign in to comment.