diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-23 01:49:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-23 01:56:11 +0100 |
commit | e4022e8fd1e0cdbdf83589b0bc0123aee5204cb7 (patch) | |
tree | 9f68c8da049f2b71597f2e4b41057bff56f73eb8 /features | |
parent | 87b2f727b25f47bf0f4eb36e68168e313fce6d07 (diff) | |
download | jenkins.debian.net-e4022e8fd1e0cdbdf83589b0bc0123aee5204cb7.tar.xz |
lvc: use $PWD as tmp_dir
Diffstat (limited to 'features')
-rw-r--r-- | features/support/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/config.rb b/features/support/config.rb index 80f23c10..66542cde 100644 --- a/features/support/config.rb +++ b/features/support/config.rb @@ -4,7 +4,7 @@ require "features/support/helpers/misc_helpers.rb" # Dynamic $tails_iso = ENV['ISO'] || get_newest_iso $old_tails_iso = ENV['OLD_ISO'] || get_oldest_iso -$tmp_dir = ENV['TEMP_DIR'] || "/tmp/DebianToaster" +$tmp_dir = ENV['PWD'] $vm_xml_path = ENV['VM_XML_PATH'] $misc_files_dir = "features/misc_files" $keep_snapshots = !ENV['KEEP_SNAPSHOTS'].nil? |