4156: Since all the cli tests that require apiserver are skipped, all cli tests pass... 4156-enable-cli-tests
authorradhika <radhika@radhika>
Fri, 21 Nov 2014 13:53:58 +0000 (08:53 -0500)
committerradhika <radhika@radhika>
Fri, 21 Nov 2014 13:53:58 +0000 (08:53 -0500)
jenkins/run-tests.sh

index 40a6daa0363c2643622114e769122ab7a61a4700..1f65c95daf76dd77ac5f83770d6d73b7d100ab26 100755 (executable)
@@ -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