From: Michael Ellerman Date: Mon, 30 Mar 2015 05:21:00 +0000 (+1100) Subject: ftracetest: Convert exit -1 to exit $FAIL X-Git-Tag: omap-for-v4.2/o2_dc~193^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44164c4ba98c3dd3560d929ba66da51b5170ff1c;p=pandora-kernel.git ftracetest: Convert exit -1 to exit $FAIL POSIX says that exit takes an unsigned integer between 0 and 255, so using -1 doesn't work on POSIX shells. There is already a well-defined failure code, $FAIL (1), so use that. Signed-off-by: Michael Ellerman Acked-by: Steven Rostedt Signed-off-by: Shuah Khan --- Reading git-diff-tree failed