Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into decompress
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo committed May 29, 2022
2 parents 043ff72 + a1c03c6 commit 3b141c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/compat/test-compat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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' ' ')"

Expand Down

0 comments on commit 3b141c9

Please sign in to comment.