update utils.sh

pull/2/head
Hari Sekhon 7 years ago
parent 889b6a7838
commit 776eca198a

@ -314,8 +314,8 @@ run_test_versions(){
local name="$1" local name="$1"
local test_func="$(tr 'A-Z' 'a-z' <<< "test_${name/ /_}")" local test_func="$(tr 'A-Z' 'a-z' <<< "test_${name/ /_}")"
local VERSIONS="$(tr 'a-z' 'A-Z' <<< "${name/ /_}_VERSIONS")" local VERSIONS="$(tr 'a-z' 'A-Z' <<< "${name/ /_}_VERSIONS")"
test_versions="$(eval ci_sample $`echo $VERSIONS`)" local test_versions="$(eval ci_sample $`echo $VERSIONS`)"
start_time="$(start_timer "$name version tests")" local start_time="$(start_timer "$name version tests")"
for version in $test_versions; do for version in $test_versions; do
version_start_time="$(start_timer "$name version $version")" version_start_time="$(start_timer "$name version $version")"
run_count=0 run_count=0

Loading…
Cancel
Save