parent
d8a8f78010
commit
6e96929d4d
|
@ -20,7 +20,7 @@ GTEST_API_ int main(int argc, char **argv) {
|
||||||
* See TEST_FROM_TRIGGER_ID to limit test just for last trigger
|
* See TEST_FROM_TRIGGER_ID to limit test just for last trigger
|
||||||
*/
|
*/
|
||||||
// setVerboseTrigger(true);
|
// setVerboseTrigger(true);
|
||||||
// ::testing::GTEST_FLAG(filter) = "*integrated*";
|
//::testing::GTEST_FLAG(filter) = "*AllTriggersFixture*";
|
||||||
int result = RUN_ALL_TESTS();
|
int result = RUN_ALL_TESTS();
|
||||||
// windows ERRORLEVEL in Jenkins batch file seems to want negative value to detect failure
|
// windows ERRORLEVEL in Jenkins batch file seems to want negative value to detect failure
|
||||||
return result == 0 ? 0 : -1;
|
return result == 0 ? 0 : -1;
|
||||||
|
|
Loading…
Reference in New Issue