File tree 2 files changed +0
-25
lines changed
2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ check_external_custom=$9
42
42
if [[ " ${check_external_custom} " == " 0" ]]; then
43
43
set_test $1
44
44
fi
45
- set_version $2
46
45
set_vm $3
47
46
set_os $4
48
47
set_package $5
Original file line number Diff line number Diff line change @@ -32,30 +32,6 @@ supported_builds="full"
32
32
# Supported tests
33
33
supported_tests=" external_custom camel criu-functional criu-portable-checkpoint criu-portable-restore criu-ubi-portable-checkpoint criu-ubi-portable-restore derby elasticsearch jacoco jenkins functional-test kafka lucene-solr openliberty-mp-tck payara-mp-tck quarkus quarkus_quickstarts scala system-test tomcat tomee wildfly wycheproof netty spring zookeeper"
34
34
35
- function check_version() {
36
- version=$1
37
-
38
- for current_version in ${supported_versions}
39
- do
40
- if [[ " ${version} " == " ${current_version} " ]]; then
41
- return 1
42
- fi
43
- done
44
-
45
- return 0
46
- }
47
-
48
- # Set a valid version
49
- function set_version() {
50
- version=$1
51
-
52
- if (check_version ${version} ); then
53
- echo " ERROR: Invalid Version: ${version} "
54
- echo " Usage: $0 [${supported_versions} ]"
55
- exit 1
56
- fi
57
- }
58
-
59
35
function check_os() {
60
36
os=$1
61
37
You can’t perform that action at this time.
0 commit comments