[ARVADOS-DEV] updated: 0c5278fc1b23cae26dfea01be30a759b4413f35d
git at public.curoverse.com
git at public.curoverse.com
Tue Jan 6 13:46:43 EST 2015
Summary of changes:
jenkins/run-tests.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 0c5278fc1b23cae26dfea01be30a759b4413f35d (commit)
from d5774ee9d1d5ff2cc1b8fc7edcc9aeac704e7d39 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 0c5278fc1b23cae26dfea01be30a759b4413f35d
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Jan 6 13:45:35 2015 -0500
Rename {workbench,apiserver}_test to {apps/workbench,services/api}_test,
to match help message and become more consistent with overall naming
scheme.
No issue #
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 93d1c2b..b044ab9 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -540,7 +540,7 @@ do_test sdk/cli cli
test_apiserver() {
cd "$WORKSPACE/services/api"
- RAILS_ENV=test bundle exec rake test ${testargs[apiserver]}
+ RAILS_ENV=test bundle exec rake test ${testargs[services/api]}
}
do_test services/api apiserver
@@ -558,7 +558,7 @@ done
test_workbench() {
cd "$WORKSPACE/apps/workbench" \
- && RAILS_ENV=test bundle exec rake test ${testargs[workbench]}
+ && RAILS_ENV=test bundle exec rake test ${testargs[apps/workbench]}
}
do_test apps/workbench workbench
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list