Skip to content

Commit

Permalink
Merge pull request #222 from mulkieran/log-tempfile-location
Browse files Browse the repository at this point in the history
Record temporary directory location
  • Loading branch information
mulkieran authored Oct 9, 2023
2 parents 55c61f8 + f0e5ece commit 8e2c23d
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 8e2c23d

Please sign in to comment.