Skip to content

Commit

Permalink
updated the tests main to exclude the Shader tests from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacey committed Oct 4, 2023
1 parent 9244db7 commit 3a9259d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ int main(int argc, char **argv)
std::cerr << "excluding tests\n";
::testing::GTEST_FLAG(filter) = "-ShaderLib.*:Shader*:VAOPrimitives.*:NGLInit*:VAOFactory*";
}
// should put this on an argument
// testing::internal::CaptureStdout();
testing::internal::CaptureStderr();
return RUN_ALL_TESTS();
Expand Down

0 comments on commit 3a9259d

Please sign in to comment.