3894: Add comments about CONFIGSRC in --help text.
authorTom Clegg <tom@curoverse.com>
Mon, 22 Sep 2014 19:40:00 +0000 (15:40 -0400)
committerTom Clegg <tom@curoverse.com>
Mon, 22 Sep 2014 19:40:00 +0000 (15:40 -0400)
jenkins/run-tests.sh

index 2b528307585606ec3c7463bc7e05006bfb2d6eeb..ee4a9c4913affd74dc15333aaf89ecc64875c5bf 100755 (executable)
@@ -20,6 +20,7 @@ Options:
                from a previous invocation if you use this option.
 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"
                Restrict apiserver tests to the given file
 python_sdk_test="--test-suite test.test_keep_locator"
@@ -36,6 +37,9 @@ into \$GOPATH, \$VENDIR, and \$GEMHOME before running any tests. Many
 test suites depend on other components being installed, and installing
 everything tends to be quicker than debugging dependencies.
 
+As a special concession to the current CI server config, CONFIGSRC
+defaults to $HOME/arvados-api-server if that directory exists.
+
 More information and background:
 
 https://arvados.org/projects/arvados/wiki/Running_tests