aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-02-24 18:36:48 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2015-02-24 18:39:44 +0530
commit4ed9b9d42f9eebf81b23b682c7937e7bf28d5cc5 (patch)
tree20330d4f6259c6219eddbee0a42cb5a84c2a1e1c /common
parent81e24269c7670bc1319ce7a397503d106a1933fb (diff)
mmtests.sh: add debug
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'common')
-rwxr-xr-xcommon/scripts/mmtests.sh1
1 files changed, 1 insertions, 0 deletions
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