updated utils.sh

pull/2/head
Hari Sekhon 6 years ago
parent 82ec593b0f
commit 839c62f308

@ -351,7 +351,7 @@ run_grep(){
run_test_versions(){
local name="$1"
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" | tr ' ' '\n' | tail -r | tr '\n' ' ')"
local test_versions="$(eval ci_sample $`echo $VERSIONS`)"
local start_time="$(start_timer "$name tests")"
for version in $test_versions; do

Loading…
Cancel
Save