aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-run-test-prepare.sh
diff options
context:
space:
mode:
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