fix maxscale_product env variable

This commit is contained in:
Timofey Turenko
2020-12-23 02:33:19 +02:00
parent be7b04f963
commit 22698ed6fb

View File

@ -37,6 +37,9 @@
# the value of $test_set after 'NAME#' is used as bash command
# line
# example: '#NAME long_test_time=3600 ./long_test'
#
# $maxscale_product - use CI or production version of Maxscale
# 'maxscale_ci' or 'maxscale'
export vm_memory=${vm_memory:-"2048"}
export dir=`pwd`
@ -53,7 +56,7 @@ export mdbci_config_name=`echo ${mdbci_config_name} | sed "s/?//g"`
export provider=`mdbci show provider $box --silent 2> /dev/null`
export backend_box=${backend_box:-"centos_7_"$provider}
export backend_box=${maxscale_product:-"maxscale_ci"}
export maxscale_product=${maxscale_product:-"maxscale_ci"}
mdbci destroy --force ${mdbci_config_name}