summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/evergreen/verify_wt_datafiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/evergreen/verify_wt_datafiles.sh')
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen/verify_wt_datafiles.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/evergreen/verify_wt_datafiles.sh b/src/third_party/wiredtiger/test/evergreen/verify_wt_datafiles.sh
index 68479d07f32..2a16240792f 100755
--- a/src/third_party/wiredtiger/test/evergreen/verify_wt_datafiles.sh
+++ b/src/third_party/wiredtiger/test/evergreen/verify_wt_datafiles.sh
@@ -27,7 +27,7 @@ fi
cd $(git rev-parse --show-toplevel)
# Walk into the test/format directory in which data files are generated
-cd build_posix/test/format
+cd cmake_build/test/format
# Check the existence of 'WT_TEST' directories
num_dirs=$(find . -type d -name 'WT_TEST.[0-9]*' | wc -l)
@@ -37,7 +37,7 @@ if [ "${num_dirs}" -eq "0" ]; then
fi
# Check the existence of 'wt' binary
-wt_binary="../../.libs/wt"
+wt_binary="../../wt"
if [ ! -x "${wt_binary}" ]; then
echo "'wt' binary does not exist, exiting ..."
exit 6