1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

lvmdbustest: open log file with "a"

So we retain the log across fork & exec and lvm shell testing.
This commit is contained in:
Tony Asleson 2023-03-09 11:22:51 -06:00
parent 1949afa24b
commit 70a5ebc052

View File

@ -36,7 +36,7 @@ def rs(length, character_set=CS):
RS = rs(512)
d_out = open("/tmp/mitm_lvm.txt", "w+")
d_out = open("/tmp/mitm_lvm.txt", "a")
def debug(msg):