commit | 9e11dcd3cc558386bd13a8cbf91bfdd87fae90ff | [log] [tgz] |
---|---|---|
author | Dan Rue <dan.rue@linaro.org> | Wed Oct 04 11:29:04 2017 -0500 |
committer | Dan Rue <dan.rue@linaro.org> | Wed Oct 04 11:29:04 2017 -0500 |
tree | d3d174b56d0bf342b13d80f650750d8fdd524ed5 | |
parent | 595f5090ca2a1397955deee3ef8f5480bdb0ef01 [diff] [blame] |
linux: ltp: Add debug output (set -x) Change-Id: I9d7a88d238aca1bd9c5c2c093c109148e59bd33c Signed-off-by: Dan Rue <dan.rue@linaro.org>
diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh index 309e171..103bc09 100755 --- a/automated/linux/ltp/ltp.sh +++ b/automated/linux/ltp/ltp.sh
@@ -1,5 +1,7 @@ #!/bin/bash +set -x + # shellcheck disable=SC1091 . ../../lib/sh-test-lib OUTPUT="$(pwd)/output"