summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/s_all
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/dist/s_all')
-rwxr-xr-xsrc/third_party/wiredtiger/dist/s_all3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/dist/s_all b/src/third_party/wiredtiger/dist/s_all
index ac9c9699f5a..8b36c09aa66 100755
--- a/src/third_party/wiredtiger/dist/s_all
+++ b/src/third_party/wiredtiger/dist/s_all
@@ -73,7 +73,7 @@ run()
# already parallelize internally.
run "sh ./s_readme $force"
run "sh ./s_install $force"
-run "python api_config.py"
+run "python api_config_gen.py"
run "python api_err.py"
run "python flags.py"
run "python log.py"
@@ -83,6 +83,7 @@ run "sh ./s_style"
run "./s_clang-format"
run "python prototypes.py"
run "sh ./s_typedef -b"
+run "python test_tag.py"
COMMANDS="
2>&1 ./s_define > ${t_pfx}s_define