From 6e96929d4dc564729730cbea0972e5270a10c46b Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 21 Feb 2023 17:28:14 -0500 Subject: [PATCH] random dev fix only: alphax-4chan --- unit_tests/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/main.cpp b/unit_tests/main.cpp index 42c20b8430..32a37468b1 100644 --- a/unit_tests/main.cpp +++ b/unit_tests/main.cpp @@ -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;