Dylan, On Thu, Jun 30, 2022 at 4:19 PM Dylan Yudaken wrote: > add a test for multishot receive functionality > > Signed-off-by: Dylan Yudaken <dylany@xxxxxx> Since commit 68103b731c34a9f83c181cb33eb424f46f3dcb94 ("Merge branch 'exitcode-protocol' of ...."), we have a new rule for exit code. The exit code protocol we have here is: - Use T_EXIT_SKIP when you skip the test. - Use T_EXIT_PASS when the test passes. - Use T_EXIT_FAIL when the test fails. -- Ammar Faizi