[ARVADOS-DEV] updated: 0528a6d4df9d81622f9813c2a8925dd7322a81bb
git at public.curoverse.com
git at public.curoverse.com
Tue Nov 4 11:14:59 EST 2014
Summary of changes:
install/easy-docker-install.sh | 2 +-
jenkins/run-tests.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 0528a6d4df9d81622f9813c2a8925dd7322a81bb (commit)
from 076ba4ed7de93d81211c905551e38768f79a5518 (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 0528a6d4df9d81622f9813c2a8925dd7322a81bb
Author: Ward Vandewege <ward at curoverse.com>
Date: Tue Nov 4 11:14:18 2014 -0500
Small tweaks: fix example for running one API test in run-tests.sh;
capitalize Arvados in easy-docker-install.sh
no issue #
diff --git a/install/easy-docker-install.sh b/install/easy-docker-install.sh
index cc6f11e..d4d5a4e 100755
--- a/install/easy-docker-install.sh
+++ b/install/easy-docker-install.sh
@@ -50,7 +50,7 @@ main () {
fi
echo
- echo "If necessary, this command will download the latest arvados docker images."
+ echo "If necessary, this command will download the latest Arvados docker images."
echo "The download can take a long time, depending on the speed of your internet connection."
echo "When the images are downloaded, it will then start an Arvados environment on this computer."
echo
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 93245a6..ec6f4b9 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -21,7 +21,7 @@ Options:
WORKSPACE=path Arvados source tree to test.
CONFIGSRC=path Dir with api server config files to copy into source tree.
(If none given, leave config files alone in source tree.)
-apiserver_test="TEST=test/functional/arvados/v1/collections_test.rb"
+apiserver_test="TEST=test/functional/arvados/v1/collections_controller_test.rb"
Restrict apiserver tests to the given file
python_sdk_test="--test-suite test.test_keep_locator"
Restrict Python SDK tests to the given class
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list