[DRE-commits] [librarian-puppet] 76/97: Ensure that tests run with a local fresh tmp folder
Stig Sandbeck Mathisen
ssm at debian.org
Tue Mar 11 12:12:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository librarian-puppet.
commit 530667cb93d89afe35a2232841e1cc4db54e11f1
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date: Wed Jan 29 17:41:09 2014 +0100
Ensure that tests run with a local fresh tmp folder
---
features/support/env.rb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/features/support/env.rb b/features/support/env.rb
index 517d197..3c525b5 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -25,3 +25,5 @@ Given(/^there is no Puppetfile$/) do
fail "Puppetfile exists at #{File.expand_path('Puppetfile')}" if (File.exist?('Puppetfile'))
end
end
+
+ENV['LIBRARIAN_PUPPET_TMP'] = '.tmp'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git
More information about the Pkg-ruby-extras-commits
mailing list