diff options
author | Chenhao Qu <chenhao.qu@mongodb.com> | 2021-05-24 06:20:42 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-05-24 06:46:40 +0000 |
commit | 245e51e312e9c8d797a0b16f3b585214ac512620 (patch) | |
tree | 7f3971fbb9871d9653f8b8e044dff11f759da34d | |
parent | ebc7c43abc561839ca677ea66a690408866ac2f6 (diff) | |
download | mongo-245e51e312e9c8d797a0b16f3b585214ac512620.tar.gz |
Import wiredtiger: c28aff6a18daedef185f88d908d29d33e3a2adf0 from branch mongodb-5.0
ref: 9acb906193..c28aff6a18
for: 5.0.1
WT-7541 Updated evergreen command to parse folder names with undesirable characters
-rw-r--r-- | src/third_party/wiredtiger/import.data | 2 | ||||
-rwxr-xr-x | src/third_party/wiredtiger/test/evergreen.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data index 4485b83d435..13646882d63 100644 --- a/src/third_party/wiredtiger/import.data +++ b/src/third_party/wiredtiger/import.data @@ -2,5 +2,5 @@ "vendor": "wiredtiger", "github": "wiredtiger/wiredtiger.git", "branch": "mongodb-5.0", - "commit": "9acb906193234331be4978d07bb3ffe710ece6ed" + "commit": "c28aff6a18daedef185f88d908d29d33e3a2adf0" } diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml index 6e8c3f01d11..4f9e60cd57e 100755 --- a/src/third_party/wiredtiger/test/evergreen.yml +++ b/src/third_party/wiredtiger/test/evergreen.yml @@ -415,7 +415,7 @@ functions: if [ -d "WT_TEST" ]; then # Dump stderr/stdout contents generated by the C libraries onto console for Python tests - find "WT_TEST" -name "std*.txt" ! -empty -exec sh -c "echo 'Contents from {}:'; cat {}" \; + find "WT_TEST" -name "std*.txt" ! -empty -exec sh -c "echo 'Contents from {}:'; cat '{}'" \; fi "checkpoint test": |