mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06: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