aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-04-02 22:21:20 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2015-04-02 22:21:49 +0100
commit66d7c1442e2d3df65e98bf767d6429b6b552df47 (patch)
tree210e861d1269824051b09bc4caf350903d8cea6e /scripts
parent76b327cd496d428aabcd71a788b75c2b5a82d808 (diff)
Print the names of common files being compared.
Change-Id: I74cd07c3ffb4b8f42057db9754037caacc146384
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/compare_tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/compare_tests b/scripts/compare_tests
index 79a56adb..12c67c3a 100755
--- a/scripts/compare_tests
+++ b/scripts/compare_tests
@@ -95,7 +95,8 @@ if [ -d "$1" -a -d "$2" ] ; then
exit $exit_status
fi
cmnsums=`cat $lst5 | wc -l`
- echo "# Comparing $cmnsums common sum files"
+ echo "# Comparing $cmnsums common sum files:"
+ cat $lst5
( for fname in `cat $lst5`; do xzcat $1/$fname | sed -r 's:of file /home.*/gcc/:of file :;s:==[0-9]+==:==X==:;s/output pattern test,.*$/output pattern XXX/'; done ) >$sum1
( for fname in `cat $lst5`; do xzcat $2/$fname | sed -r 's:of file /home.*/gcc/:of file :;s:==[0-9]+==:==X==:;s/output pattern test,.*$/output pattern XXX/'; done ) >$sum2
# At some point, we'll add --no-unstable --unstable-test=${my_path}/unstable-tests.txt