Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: lucklove <gnu.crazier@gmail.com>
  • Loading branch information
lucklove committed Aug 26, 2020
1 parent 7e9f5e1 commit 8d87680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/tiup-cluster/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export old_version=${old_version-v3.0.16}
echo "preparing local config"
rm -rf /tmp/local
cp -r ./local /tmp/local
ls -l /tmp/local
find /tmp/local

function tiup-cluster() {
mkdir -p "~/.tiup/bin" && cp -f ./root.json ~/.tiup/bin/
Expand Down
2 changes: 1 addition & 1 deletion tests/tiup-dm/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export version=${version-nightly}
echo "preparing local config"
rm -rf /tmp/local
cp -r ./local /tmp/local
ls -l /tmp/local
find /tmp/local

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

0 comments on commit 8d87680

Please sign in to comment.