mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Fix for bug #10859, ctest exit exception incorrectly reported.
CTest was using the return value from the program instead of the exit exception value for the process.
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
void SetId(int id) { this->Id = id;}
|
||||
int GetExitValue() { return this->ExitValue;}
|
||||
double GetTotalTime() { return this->TotalTime;}
|
||||
|
||||
int GetExitException();
|
||||
/**
|
||||
* Read one line of output but block for no more than timeout.
|
||||
* Returns:
|
||||
|
||||
Reference in New Issue
Block a user