ci: run tests w/ RTEMS5

This commit is contained in:
Michael Davidsaver
2021-07-06 19:44:01 -07:00
parent e9be91e5aa
commit 5fb81b88b1
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -97,7 +97,8 @@ struct Tester {
testEq(evt.discd, 1u); // initially disconnected
testEq(evt.connd, 1u);
testTrue(evt2.wait(true, 5.0))<<" Wait for Connect 2";
testEq(evt2.discd, 1u); // initially disconnected
// evt2 may not see the initial "fake" disconnected event if the channel has already connected
testOk(evt2.discd<=1u, "second event #discd=%zu", evt2.discd.load()); // initially disconnected
testEq(evt2.connd, 1u);
// ensure de-dup of connected