summaryrefslogtreecommitdiff
path: root/dist/s_longlines
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-07-31 11:11:15 -0400
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-07-31 11:11:15 -0400
commit23b20d4de150ebf253ae8000c172d5cc0692a6ab (patch)
tree03bf146b76caa1a83fc9a1149a3a430e9c97884c /dist/s_longlines
parent5dd2bbeaa3bef909a6024f737d98d43cab41b179 (diff)
downloadmongo-23b20d4de150ebf253ae8000c172d5cc0692a6ab.tar.gz
Add a small thread-test program.
Diffstat (limited to 'dist/s_longlines')
-rw-r--r--dist/s_longlines9
1 files changed, 6 insertions, 3 deletions
diff --git a/dist/s_longlines b/dist/s_longlines
index 175b72dd0a5..16e3231887c 100644
--- a/dist/s_longlines
+++ b/dist/s_longlines
@@ -5,10 +5,13 @@ t=__wt.$$
trap 'rm -f $t; exit 0' 0 1 2 3 13 15
l=`(sed -e '/^[a-z]/! d' -e 's,^,../,' filelist ;
- ls ../src/include/*.[hi] ../src/include/*.in ../test/bt/*.[ch]) |
+ ls ../src/include/*.[hi] \
+ ../src/include/*.in \
+ ../test/format/*.[ch] \
+ ../test/thread/*.[ch] \
+ ../test/salvage/*.[ch])` |
egrep -v 'src/api/(api|pack)\.c$' |
- egrep -v 'support/stat\.c$' |
- egrep -v 'bt/config\.h$'`
+ egrep -v 'support/stat\.c$'
for f in $l ; do
expand -t8 < $f | awk -- \