summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-03-30 22:24:21 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-03-30 22:24:21 +1100
commit59fddb21090c76bed06fdb1edb00c23971820164 (patch)
treeb7c6c6167f66b75a8bfb8b7bd936f571f6f81677
parenta82a65805fa786b86715b4d41013d870f3af7385 (diff)
downloadmongo-59fddb21090c76bed06fdb1edb00c23971820164.tar.gz
s_types should check in more directories than just src.
-rw-r--r--dist/s_types2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/s_types b/dist/s_types
index 0b42086e266..654cfcde7f5 100644
--- a/dist/s_types
+++ b/dist/s_types
@@ -4,7 +4,7 @@ t=__wt.$$
trap 'rm -f $t; exit 0' 0 1 2 3 13 15
(cd .. &&
- l="`find src -name '*.[chi]' -o -name '*.in'`"
+ l="`find examples ext src test -name '*.[chi]' -o -name '*.in'`"
egrep 'u_quad|u_int8_t|u_int16_t|u_int32_t|u_int64_t' $l |
sed '/@u_quad_decl@/d') > $t
test -s $t && cat $t && exit 1