From 407e6ec76bdb41a27c6b3ef9fae10ebc6ba01e24 Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Thu, 29 Jan 2015 09:21:55 -0500 Subject: [PATCH] LMS Acceptance to one shard. We've transitioned many lettuce tests to bok-choy. It no longer makes sense to keep LMS acceptance in two shards (each taking less than 5 mins to run the actual tests). --- scripts/all-tests.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/scripts/all-tests.sh b/scripts/all-tests.sh index 9e5c5c6309..8acc2c58e4 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -137,8 +137,18 @@ END paver test_acceptance -s lms --extra_args="-v 3" ;; + "2") + mkdir -p reports + mkdir -p reports/acceptance + cat > reports/acceptance/xunit.xml < + + + +END + ;; *) - paver test_acceptance -s lms --extra_args="-v 3 --tag shard_${SHARD}" + paver test_acceptance -s lms --extra_args="-v 3" ;; esac ;;