summaryrefslogtreecommitdiff
path: root/dist/s_style
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-08-26 14:53:32 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-08-26 14:53:32 +0000
commit058fc835d3f7ba5b01715b6ded23f6c74956567a (patch)
treeb1c192d128dd1fb874009f077ddbc25290f568a0 /dist/s_style
parente86627d3a8157ab25b978b9ded8475b688e6865f (diff)
downloadmongo-058fc835d3f7ba5b01715b6ded23f6c74956567a.tar.gz
Don't show all of the tab characters in the test scripts, just list the
file names.
Diffstat (limited to 'dist/s_style')
-rw-r--r--dist/s_style2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/s_style b/dist/s_style
index ee23cade233..65e75edf2c6 100644
--- a/dist/s_style
+++ b/dist/s_style
@@ -94,5 +94,5 @@ done
if egrep ' ' test/suite/*.py > $t; then
echo '[tab] characters appear in test suite scripts:'
- cat $t
+ cat $t | sed 's/:.*//' | sort -u | sed 's/^/ /'
fi