temp fail for unit tests to test buildbot failure email

This commit is contained in:
Nick Bolton 2013-08-30 17:35:37 +00:00
parent d68e472d2f
commit 7b217abe21
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ main(int argc, char **argv)
log.setFilter(kDEBUG4); log.setFilter(kDEBUG4);
testing::InitGoogleTest(&argc, argv); testing::InitGoogleTest(&argc, argv);
// HACK: temp fail for unit tests to test buildbot failure email.
EXPECT_EQ(true, false);
return;
return RUN_ALL_TESTS(); return RUN_ALL_TESTS();
} }