Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-10951

Use the build path variable when validating in testy

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • None
    • Affects Version/s: None
    • Component/s: None
    • 1
    • 2023-05-02 StorEng Bug Bash

      In WT-10857, we made the following change:

      ${wt_home_dir}/build/wt -h "$1/$database_dir" -R list
      

      We should use the variable wt_build_dir to access the right build folder:

      ${wt_build_dir}/wt -h "$1/$database_dir" -R list
      

            Assignee:
            etienne.petrel@mongodb.com Etienne Petrel
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: