summaryrefslogtreecommitdiff
path: root/etc/system_perf.yml
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2019-06-12 12:22:02 -0400
committerdalyd <david.daly@mongodb.com>2019-06-13 09:19:31 -0400
commita1227ec62f0cfa8e678b0862c6e815337f09d97c (patch)
treec2d3be23214de9deea492f73426586d7f1b7a12c /etc/system_perf.yml
parentbbec06ea1e489cf3325caadee8928918e9395d15 (diff)
downloadmongo-a1227ec62f0cfa8e678b0862c6e815337f09d97c.tar.gz
SERVER-41651 Remove api subdirectory from moving loop for wtdevelop build variants in performance projects
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