aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-run-test-prepare.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-02-14 13:13:59 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-02-14 13:13:59 +0100
commit386cae8652be0ee5038987c1005cf7caf6803e7a (patch)
tree2a88ba22299596d480d13ee01c10c7f0bd5c8a02 /jjb/common/include-agl-run-test-prepare.sh
parentd83881e4e5901350253a5188e4a6e0fb690fee87 (diff)
Fixup debug output
Change-Id: I4bda93c5460cc61f5d29a9b9c7e0a442edaed244 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-run-test-prepare.sh')
-rw-r--r--jjb/common/include-agl-run-test-prepare.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh
index 1c0594e8..bf765c7b 100644
--- a/jjb/common/include-agl-run-test-prepare.sh
+++ b/jjb/common/include-agl-run-test-prepare.sh
@@ -6,12 +6,14 @@
################################################################################
set -x
-ls -alh
-pwd
-set
+#ls -alh
+#pwd
+#set
cd $REPODIR
+ls -alhR meta-agl/templates/machine/${MACHINE}
+
#### Find out if machine can be tested.
#### We keep a stamp file in meta-agl/templates/machine/$MACHINE/test
if [ ! -d meta-agl/templates/machine/${MACHINE}/test ]; then