aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Rue <dan.rue@linaro.org>2017-10-04 11:29:04 -0500
committerDan Rue <dan.rue@linaro.org>2017-10-04 11:29:04 -0500
commit9e11dcd3cc558386bd13a8cbf91bfdd87fae90ff (patch)
treed3d174b56d0bf342b13d80f650750d8fdd524ed5
parent595f5090ca2a1397955deee3ef8f5480bdb0ef01 (diff)
linux: ltp: Add debug output (set -x)
Change-Id: I9d7a88d238aca1bd9c5c2c093c109148e59bd33c Signed-off-by: Dan Rue <dan.rue@linaro.org>
-rwxr-xr-xautomated/linux/ltp/ltp.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh
index 309e1717..103bc09b 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"