From 0528a6d4df9d81622f9813c2a8925dd7322a81bb Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Tue, 4 Nov 2014 11:14:18 -0500 Subject: [PATCH] Small tweaks: fix example for running one API test in run-tests.sh; capitalize Arvados in easy-docker-install.sh no issue # --- install/easy-docker-install.sh | 2 +- jenkins/run-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5