-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
ALL
-
Execution Team 2024-04-01
-
0
It's not clear from the logs when this script does something and when it no-ops:
if [ "${use_wt_develop}" = "true" ]; then cd src/third_party for wtdir in dist examples ext lang src test tools; do rm -rf wiredtiger/$wtdir mv wtdevelop/$wtdir wiredtiger/ done fi
Add an echo to make it clear.