mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 17:31:57 +08:00
Tests: Teach Server test to forward exit code from server process
This commit is contained in:
@@ -117,4 +117,4 @@ except:
|
|||||||
proc.terminate()
|
proc.terminate()
|
||||||
raise
|
raise
|
||||||
|
|
||||||
sys.exit(0)
|
sys.exit(proc.returncode)
|
||||||
|
Reference in New Issue
Block a user