From 4ed9b9d42f9eebf81b23b682c7937e7bf28d5cc5 Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Tue, 24 Feb 2015 18:36:48 +0530 Subject: mmtests.sh: add debug Signed-off-by: Naresh Kamboju --- common/scripts/mmtests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/scripts/mmtests.sh b/common/scripts/mmtests.sh index fcdad69..cdbc2a2 100755 --- a/common/scripts/mmtests.sh +++ b/common/scripts/mmtests.sh @@ -25,6 +25,7 @@ result_parse(){ } ## Run tests +echo tests $TESTS for SUB_TEST in $TESTS; do $DIR/run-mmtests.sh --config configs/config-global-dhp__$SUB_TEST $KernelVersion if [ $? -ne 0 ]; then -- cgit v1.2.3