Skip to content

Commit

Permalink
Record temporary directory location
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Oct 9, 2023
1 parent 55c61f8 commit f0e5ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def _make_loopbacked_devices(num):
"""

tdir = tempfile.mkdtemp("_stratis_test_loopback")
logging.info("temporary directory for loopbacked devices: %s", tdir)

devices = []
for index in range(num):
Expand Down

0 comments on commit f0e5ece

Please sign in to comment.