diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-09-30 17:32:47 +1000 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-09-30 17:32:47 +1000 |
commit | f26ea7b3d175b32c8e17acb8515019c7a15e88cd (patch) | |
tree | f487ccec8af3ec4bb17c2c254e749c469e7af5ff /dist/s_longlines | |
parent | a7c151b41903a23b5fd991d419989983566bea72 (diff) | |
download | mongo-f26ea7b3d175b32c8e17acb8515019c7a15e88cd.tar.gz |
In dist scripts, look for test/*/*.[ch] so that if some tests are excluded
(e.g., in releases), the scripts can still run.
Diffstat (limited to 'dist/s_longlines')
-rw-r--r-- | dist/s_longlines | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dist/s_longlines b/dist/s_longlines index a47ebb904d6..f8c6b543861 100644 --- a/dist/s_longlines +++ b/dist/s_longlines @@ -8,10 +8,7 @@ l=`(sed -e '/^[a-z]/! d' -e 's,^,../,' filelist ; ls ../examples/c/*.c \ ../src/include/*.[hi] \ ../src/include/*.in \ - ../test/format/*.[ch] \ - ../test/thread/*.[ch] \ - ../test/salvage/*.[ch]) | - egrep -v 'support/stat\.c$'` + ../test/*/*.[ch]) | egrep -v 'support/stat\.c$'` for f in $l ; do expand -t8 < $f | awk -- \ |