File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,16 +73,16 @@ res=0
7373# IMG name might include specific version, we have to handle that
7474IMG_NOVER=$( echo $IMG | cut -d: -f1)
7575
76- for tomcat_version in " 9.0" " 10.1" " 11.0"
77- do
78- IMG=" $IMG_NOVER :$tomcat_version " tomcat_create $tomcat_version > /dev/null 2>&1 || exit 3
79- IMG=" $IMG_NOVER :$tomcat_version " run_test basetests.sh " Basic tests with tomcat $tomcat_version "
80- res=$( expr $res + $? )
81- done
82- run_test hangingtests.sh " Hanging tests"
83- res=$( expr $res + $? )
84- run_test maintests.sh " Main tests"
85- res=$( expr $res + $? )
76+ # for tomcat_version in "9.0" "10.1" "11.0"
77+ # do
78+ # IMG="$IMG_NOVER:$tomcat_version" tomcat_create $tomcat_version > /dev/null 2>&1 || exit 3
79+ # IMG="$IMG_NOVER:$tomcat_version" run_test basetests.sh "Basic tests with tomcat $tomcat_version"
80+ # res=$(expr $res + $?)
81+ # done
82+ # run_test hangingtests.sh "Hanging tests"
83+ # res=$(expr $res + $?)
84+ # run_test maintests.sh "Main tests"
85+ # res=$(expr $res + $?)
8686# run_test websocket/basic.sh "Websocket tests"
8787# res=$(expr $res + $?)
8888# run_test MODCLUSTER-640/testit.sh "MODCLUSTER-640"
You can’t perform that action at this time.
0 commit comments