Hallo, On Thu, Mar 17, 2016 at 02:29:04PM -0400, Luiz Capitulino wrote: > The kernel uses only 8 bits of the status as a return > code, so this actually becomes 255 in the shell. > > In any case, the most widely convension is exit(1) > for failures, so let's be consistent. The more portable version for this is to use EXIT_FAILURE. Not sure though if it matters even for software that is not linux-centric like rt-tests. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html