summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/evergreen/csuite_test_evg_task.template
blob: dfef6c148c4f54c0e641abfe79ec551bdf62bbb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  - name: {{task_name}}
    tags: ["pull_request"]
    depends_on:
      - name: compile
    commands:
      - func: "fetch artifacts"
      - command: shell.exec
        params:
          working_dir: "wiredtiger/test/csuite"
          script: |
            set -o errexit
            set -o verbose

            ${test_env_vars|} $(pwd)/{{test_dir}}/test_{{test_dir}} 2>&1