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