test.sh in conjur-cli-6.2.0 vs test.sh in conjur-cli-6.2.1

- old
+ new

@@ -4,9 +4,14 @@ # My local RUBY_VERSION is set to ruby-#.#.# so this allows running locally. RUBY_VERSION=$(cut -d '-' -f 2 <<< $RUBY_VERSION) main() { + + # set up the containers to run in their own namespace + COMPOSE_PROJECT_NAME="$(basename "$PWD")_$(openssl rand -hex 3)" + export COMPOSE_PROJECT_NAME + build start_conjur run_tests