summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Dandiga <vijay.dandiga@linaro.org>2014-12-10 23:06:02 +0530
committerVijay Dandiga <vijay.dandiga@linaro.org>2014-12-10 23:06:02 +0530
commit740d92dabf4a594737063f758ae7e459f48951b7 (patch)
treeb824610e7b98915efc6d99f3b6f2d1d8fca11df9
parentd89687da78b933c0597603c0c7c0a8f09fb66cbe (diff)
Format results out put
-rwxr-xr-xcommon/scripts/coresight-test.sh4
1 files 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