Commit 37c33eefd7c532801cbb48fa6891e321e6658b3f

Authored by Antonio Terceiro
1 parent cf8c73a7

test_helper: set default value for SPB_ENV

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
test/test_helper.sh
1 1 export PATH="$(dirname $0)/bin:$PATH"
2 2 export ROOTDIR="$(dirname $0)/.."
  3 +if [ -z "$SPB_ENV" ]; then
  4 + export SPB_ENV='local'
  5 +fi
3 6  
4 7 run_on() {
5 8 local vm="$1"
... ...