random dev fix

only: alphax-4chan
This commit is contained in:
Andrey 2023-02-21 17:28:14 -05:00
parent d8a8f78010
commit 6e96929d4d
1 changed files with 1 additions and 1 deletions

View File

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