[ARVADOS-DEV] created: ce997a9f7f79d7ee4c5ed9ca9ed072c3626f82a6
git at public.curoverse.com
git at public.curoverse.com
Fri Nov 21 08:59:45 EST 2014
at ce997a9f7f79d7ee4c5ed9ca9ed072c3626f82a6 (commit)
commit ce997a9f7f79d7ee4c5ed9ca9ed072c3626f82a6
Author: radhika <radhika at radhika>
Date: Fri Nov 21 08:53:58 2014 -0500
4156: Since all the cli tests that require apiserver are skipped, all cli tests pass now. Hence, do not skip running cli tests anymore.
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 40a6daa..1f65c95 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -119,9 +119,6 @@ report_outcomes() {
declare -a failures
declare -A skip
-# Always skip CLI tests. They don't know how to use run_test_server.py.
-skip[cli]=1
-
while [[ -n "$1" ]]
do
arg="$1"; shift
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list