From 386cae8652be0ee5038987c1005cf7caf6803e7a Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 14 Feb 2017 13:13:59 +0100 Subject: Fixup debug output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4bda93c5460cc61f5d29a9b9c7e0a442edaed244 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-run-test-prepare.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'jjb/common/include-agl-run-test-prepare.sh') 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 -- cgit 1.2.3-korg