diff options
author | dalyd <david.daly@mongodb.com> | 2019-06-12 12:22:02 -0400 |
---|---|---|
committer | dalyd <david.daly@mongodb.com> | 2019-06-13 09:19:31 -0400 |
commit | a1227ec62f0cfa8e678b0862c6e815337f09d97c (patch) | |
tree | c2d3be23214de9deea492f73426586d7f1b7a12c | |
parent | bbec06ea1e489cf3325caadee8928918e9395d15 (diff) | |
download | mongo-a1227ec62f0cfa8e678b0862c6e815337f09d97c.tar.gz |
SERVER-41651 Remove api subdirectory from moving loop for wtdevelop build variants in performance projects
-rw-r--r-- | etc/system_perf.yml | 2 |
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 |