reverted failure test for buildbot.
This commit is contained in:
parent
46a33b2d97
commit
af04f8b2ef
|
@ -40,9 +40,5 @@ 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 1;
|
|
||||||
|
|
||||||
return RUN_ALL_TESTS();
|
return RUN_ALL_TESTS();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue