ftracetest: Convert exit -1 to exit $FAIL
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 30 Mar 2015 05:21:00 +0000 (16:21 +1100)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 31 Mar 2015 16:15:46 +0000 (10:15 -0600)
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 <mpe@ellerman.id.au>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>

No differences found