summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/s_string
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/dist/s_string')
-rwxr-xr-xsrc/third_party/wiredtiger/dist/s_string6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/dist/s_string b/src/third_party/wiredtiger/dist/s_string
index 1de04dda731..11d7390dae1 100755
--- a/src/third_party/wiredtiger/dist/s_string
+++ b/src/third_party/wiredtiger/dist/s_string
@@ -45,9 +45,11 @@ check() {
}
# List of files to spellchk.
+# FIXME-WT-9433 Skip files in the test/cppsuite folder.
l=`(cd .. &&
- find bench examples ext src test -name '*.[chsy]' &&
- find src -name '*.in' && find test -name '*.cxx' && find test -name '*.cpp')`
+ find bench examples ext src test -not -path "test/cppsuite/*" -name '*.[chsy]' &&
+ find src -name '*.in' &&
+ find test -not -path "test/cppsuite/*" -name '*.cpp')`
usage()
{