cliconfig: Use default values if we're in the test suite

We were doing this by hand more or less, but this way is more future
proof.
This commit is contained in:
Cole Robinson
2013-10-02 18:42:51 -04:00
parent 18d8512699
commit c136fde04d
3 changed files with 5 additions and 3 deletions

View File

@@ -43,7 +43,6 @@ urikvm = uriqemu + _capsprefix + "libvirt-1.1.2-qemu-caps.xml"
urilxc = fakeuri + _capsprefix + "capabilities-lxc.xml,lxc"
os.environ["VIRTINST_TEST_SCRATCHDIR"] = os.getcwd()
os.environ["VIRTINST_TEST_SUITE"] = "1"
def get_debug():