mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
validate:launcher: Reset process on clean
This commit is contained in:
parent
3650e66aec
commit
520c2102cc
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ class Test(Loggable):
|
||||||
self.extra_logfiles = []
|
self.extra_logfiles = []
|
||||||
self.__env_variable = []
|
self.__env_variable = []
|
||||||
self.kill_subprocess()
|
self.kill_subprocess()
|
||||||
|
self.process = None
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
string = self.classname
|
string = self.classname
|
||||||
|
|
Loading…
Reference in a new issue