-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
A few tasks make a call to the script verify_wt_datafiles.sh. We could create the following function:
"verify wt datafiles": - command: shell.exec params: working_dir: "wiredtiger" script: | set -o errexit set -o verbose ./test/evergreen/verify_wt_datafiles.sh 2>&1
And simply call the function where necessary.
- duplicates
-
WT-8501 Create functions to refactor endianness tasks in evergreen.yml
- Closed