Skip to content
Snippets Groups Projects
Unverified Commit a1c03c63 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #5661 from drmingdrmer/20-fix-test-compat

[ci] add exec permissionn to downloaded binaries
parents 7cf44401 ce71b434
No related branches found
Tags v0.7.65-nightly
No related merge requests found
......@@ -142,7 +142,7 @@ run_test()
echo " === Clean old meta dir"
rm -rf .databend/meta || echo " === no meta dir to rm"
rm nohup.out
rm nohup.out || echo "no nohup.out"
export RUST_BACKTRACE=1
......@@ -168,6 +168,8 @@ run_test()
# -- main --
chmod +x ./bins/current/*
echo " === current metasrv ver: $(./bins/current/databend-meta --single --cmd ver | tr '\n' ' ')"
echo " === current query ver: $(./bins/current/databend-query --cmd ver | tr '\n' ' ')"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment