android_mt6572_jiabo/external/strace/tests/run.sh
2025-09-05 16:56:03 +08:00

12 lines
215 B
Bash
Executable file

#!/bin/sh
. "${srcdir=.}/init.sh"
$STRACE -V > /dev/null ||
framework_failure_ "$STRACE is not available"
TIMEOUT="timeout -s 9 $TIMEOUT_DURATION"
$TIMEOUT true > /dev/null 2>&1 ||
TIMEOUT=
exec $TIMEOUT "$@"