jenkins_integration_tests.sh in vcloud-walker-3.2.1 vs jenkins_integration_tests.sh in vcloud-walker-3.2.2

- old
+ new

@@ -1,11 +1,5 @@ #!/bin/bash -x set -e bundle install --path "${HOME}/bundles/${JOB_NAME}" -./scripts/generate_fog_conf_file.sh - -export FOG_RC=fog_integration_test.config - -bundle exec rake integration_test - -rm fog_integration_test.config +RUBYOPT="-r ./tools/fog_credentials" bundle exec rake integration_test