Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: lucklove <[email protected]>
  • Loading branch information
lucklove committed Aug 26, 2020
1 parent 7e9f5e1 commit 3a6f25e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/tiup-cluster/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ export old_version=${old_version-v3.0.16}

# Prepare local config
echo "preparing local config"
ls -lh ./local
rm -rf /tmp/local
cp -r ./local /tmp/local
ls -l /tmp/local
ls -lh /tmp/local

function tiup-cluster() {
mkdir -p "~/.tiup/bin" && cp -f ./root.json ~/.tiup/bin/
Expand Down
3 changes: 2 additions & 1 deletion tests/tiup-dm/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ export version=${version-nightly}

# Prepare local config
echo "preparing local config"
ls -lh ./local
rm -rf /tmp/local
cp -r ./local /tmp/local
ls -l /tmp/local
ls -lh /tmp/local

function tiup-dm() {
mkdir -p ~/.tiup/bin && cp -f ./root.json ~/.tiup/bin/
Expand Down

0 comments on commit 3a6f25e

Please sign in to comment.