remove process handle
This commit is contained in:
@@ -402,6 +402,7 @@ def stand_alone_tests(self, kwargs, timeout: Optional[int] = None) -> None:
|
|||||||
spack.build_environment.start_build_process(
|
spack.build_environment.start_build_process(
|
||||||
self.pkg, test_process, kwargs, timeout=timeout
|
self.pkg, test_process, kwargs, timeout=timeout
|
||||||
)
|
)
|
||||||
|
spack.build_environment.complete_build_process()
|
||||||
|
|
||||||
def parts(self) -> int:
|
def parts(self) -> int:
|
||||||
"""The total number of (checked) test parts."""
|
"""The total number of (checked) test parts."""
|
||||||
|
|||||||
@@ -1144,7 +1144,6 @@ def priority(self):
|
|||||||
class BuildTask(Task):
|
class BuildTask(Task):
|
||||||
"""Class for representing a build task for a package."""
|
"""Class for representing a build task for a package."""
|
||||||
|
|
||||||
process_handle: Optional[spack.build_environment.ProcessHandle] = None
|
|
||||||
started: bool = False
|
started: bool = False
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user