summaryrefslogtreecommitdiff
path: root/etc/system_perf.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/system_perf.yml')
-rw-r--r--etc/system_perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 86e02368916..3f9e62124f8 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -188,7 +188,7 @@ functions:
set -o verbose
if [ "${compile-variant|}" = "-wtdevelop" ]; then
cd src/third_party
- for wtdir in api dist examples ext lang src test tools ; do
+ for wtdir in dist examples ext lang src test tools ; do
rm -rf wiredtiger/$wtdir
mv wtdevelop/$wtdir wiredtiger/
done