mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
validate:launcher: Cleanup test uuid when copying it
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3122>
This commit is contained in:
parent
f3c162cc85
commit
9abceda343
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ class Test(Loggable):
|
|||
copied_test = copy.copy(self)
|
||||
if nth:
|
||||
copied_test.classname += '_it' + str(nth)
|
||||
copied_test._uuid = None
|
||||
copied_test.options = copy.copy(self.options)
|
||||
copied_test.options.logsdir = os.path.join(copied_test.options.logsdir, str(nth))
|
||||
os.makedirs(copied_test.options.logsdir, exist_ok=True)
|
||||
|
|
Loading…
Reference in a new issue