mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-15 12:16:40 +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()
|
||||
raise
|
||||
|
||||
sys.exit(0)
|
||||
sys.exit(proc.returncode)
|
||||
|
Reference in New Issue
Block a user