mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Continuation test
This commit is contained in:
parent
bcc908c67d
commit
8a41973916
@ -390,7 +390,7 @@ def run_config_test(config_file):
|
||||
value = element.getAttribute("value").encode().decode("utf-8")
|
||||
images.append(value)
|
||||
#Begin infiniloop
|
||||
if(newDay()):
|
||||
if(True):
|
||||
global daycount
|
||||
global nxtproc
|
||||
setDay()
|
||||
@ -400,7 +400,7 @@ def run_config_test(config_file):
|
||||
antBuild("datamodel", False)
|
||||
antBuild("autopsy", True)
|
||||
print("starting process")
|
||||
pid = subprocess.Popen(nxtproc,
|
||||
pid = subprocess.call(nxtproc,
|
||||
stdout = subprocess.PIPE,
|
||||
stdin = subprocess.PIPE,
|
||||
stderr = subprocess.PIPE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user