diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 01:39:41 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:01 +0100 |
commit | 1bd026fa13481d9dcf14ab92baa4277324244466 (patch) | |
tree | f1bafaf6188f143afb10914046b6f091b8e3e120 /features/support | |
parent | ae10f98bd000c3ed92d0509731b9b43913a641c6 (diff) | |
download | jenkins.debian.net-1bd026fa13481d9dcf14ab92baa4277324244466.tar.xz |
lvc: set VM_XML_PATH in bin/libvirt_cucumber_tests
Diffstat (limited to 'features/support')
-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 a02f5241..f7f1cb34 100644 --- a/features/support/config.rb +++ b/features/support/config.rb @@ -5,7 +5,7 @@ require "features/support/helpers/misc_helpers.rb" $tails_iso = ENV['ISO'] || get_newest_iso $old_tails_iso = ENV['OLD_ISO'] || get_oldest_iso $tmp_dir = ENV['TEMP_DIR'] || "/tmp/TailsToaster" -$vm_xml_path = ENV['VM_XML_PATH'] || "features/domains" +$vm_xml_path = ENV['VM_XML_PATH'] $misc_files_dir = "features/misc_files" $keep_snapshots = !ENV['KEEP_SNAPSHOTS'].nil? $x_display = ENV['DISPLAY'] |