mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 06:35:04 +08:00
temp fail for unit tests to test buildbot failure email
This commit is contained in:
@@ -39,6 +39,10 @@ main(int argc, char **argv)
|
||||
log.setFilter(kDEBUG4);
|
||||
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
|
||||
// HACK: temp fail for unit tests to test buildbot failure email.
|
||||
EXPECT_EQ(true, false);
|
||||
return;
|
||||
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user