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:
parent
1949afa24b
commit
70a5ebc052
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user