debugging

This commit is contained in:
Aaron Whitehouse 2022-03-17 21:54:36 +00:00
parent 890c785d0b
commit 3e9730d135
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class TestMonitoringOutput(unittest.TestCase):
if os.environ.get("POOL_TARGET") == "":
pool_disk_image = "/zpool.img"
else:
print(os.environ.get("POOL_TARGET"))
subprocess.run(["mkdir", "-p", os.environ.get("POOL_TARGET")], check=True)
pool_disk_image = os.environ.get("POOL_TARGET") + "/zpool.img"