temp fail for unit tests to test buildbot failure email
This commit is contained in:
parent
d68e472d2f
commit
7b217abe21
|
@ -40,5 +40,9 @@ main(int argc, char **argv)
|
||||||
|
|
||||||
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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue