features/support/env.rb in salesforce-deploy-tool-3.2.0 vs features/support/env.rb in salesforce-deploy-tool-3.3.1

- old
+ new

@@ -7,9 +7,12 @@ new_home = File.join(Dir.pwd,'tmp','home') ENV["HOME"] = new_home FileUtils.rm_rf new_home if Dir.exists? new_home FileUtils.mkdir new_home +# Set a temporary dir to inspect build.xml +ENV["SFDT_TMP_DIR"] = '/tmp/sfdt-test' + # Cucumber / aruba configuration parameters Before do @aruba_timeout_seconds = 300 # Use mock ant FileUtils.cp "features/resources/mock/ant","bin/ant"