Test runner return the gtest return value
This commit is contained in:
parent
3cf3635ae2
commit
9b463708a4
@ -10,5 +10,5 @@ int main(int argc, char** argv)
|
||||
|
||||
std::cout << "Tests finished with return value: " << ret << std::endl;
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
return ret;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user