From 740d92dabf4a594737063f758ae7e459f48951b7 Mon Sep 17 00:00:00 2001 From: Vijay Dandiga Date: Wed, 10 Dec 2014 23:06:02 +0530 Subject: Format results out put --- common/scripts/coresight-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/scripts/coresight-test.sh b/common/scripts/coresight-test.sh index 930b7aa..318b812 100755 --- a/common/scripts/coresight-test.sh +++ b/common/scripts/coresight-test.sh @@ -6,8 +6,8 @@ CORESIGHT_PATH="/sys/bus/coresight/devices" echo "ls $CORESIGHT_PATH" ls $CORESIGHT_PATH -echo -e "SOURCE\tSINK\tRESULT" -echo -e "------\t----\t------" +echo -e "SOURCE\t\tSINK\t\tRESULT" +echo -e "------\t\t----\t\t------" for SOURCE in `ls $CORESIGHT_PATH | egrep "etm|ptm"` ; do for SINK in `ls $CORESIGHT_PATH | egrep "etb|tpiu"` ; do -- cgit v1.2.3