Jakub Czapiga has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/58164 )
Change subject: DO NOT MERGE: Test Jenkins JUnit errors handling ......................................................................
DO NOT MERGE: Test Jenkins JUnit errors handling
DO NOT MERGE
Change-Id: I3fb56a266cd038185779432bfdb47a28a3ca2227 Signed-off-by: Jakub Czapiga jacz@semihalf.com --- M tests/lib/rtc-test.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/58164/1
diff --git a/tests/lib/rtc-test.c b/tests/lib/rtc-test.c index e941571..d33a397 100644 --- a/tests/lib/rtc-test.c +++ b/tests/lib/rtc-test.c @@ -10,6 +10,8 @@ struct rtc_time tm; int tim;
+ fail(); + /* Zero-day */ tim = 0; assert_int_equal(0, rtc_to_tm(tim, &tm));