<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi Petr,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks for reviewing! </div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
-Bogdan</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Petr Vorel <pvorel@suse.cz><br>
<b>Sent:</b> Friday, September 24, 2021 12:53<br>
<b>To:</b> Bogdan Lezhepekov <bogdan.lezhepekov@suse.com><br>
<b>Cc:</b> ltp@lists.linux.it <ltp@lists.linux.it>; Cyril Hrubis <chrubis@suse.cz><br>
<b>Subject:</b> Re: [LTP] [PATCH v1 5/6] rt:pi-tests:testpi-5: return exit code</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hi Bogdan,<br>
<br>
> +++ b/testcases/realtime/func/pi-tests/testpi-5.c<br>
...<br>
<br>
>        create_other_thread(child_thread, NULL);<br>
>        join_threads();<br>
<br>
> -     return 0;<br>
> +     return err > 0 ? 1: 0;<br>
nit: "1: 0" => "1 : 0" (for better readability).<br>
<br>
Whole patchset LGTM, thanks for improving realtime tests.<br>
<br>
To whole patchset:<br>
Reviewed-by: Petr Vorel <pvorel@suse.cz><br>
<br>
Kind regards,<br>
Petr<br>
<br>
</div>
</span></font></div>
</body>
</html>