1
0
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:
Justin Berger
2017-02-25 15:06:34 -07:00
committed by Brad King
parent c095e90f3a
commit 5acbf08bff

View File

@@ -117,4 +117,4 @@ except:
proc.terminate()
raise
sys.exit(0)
sys.exit(proc.returncode)