cli: Don't log to debug files from the test suite

We shouldn't be doing it anyways, but my recent cache_dir change broke
a bunch of stuff without this.
This commit is contained in:
Cole Robinson
2013-10-01 10:14:46 -04:00
parent 0b58badfc1
commit dd823d2d8c
2 changed files with 13 additions and 8 deletions
+1
View File
@@ -43,6 +43,7 @@ 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():