You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by cm...@apache.org on 2019/10/09 12:58:13 UTC

[incubator-milagro-dta] branch tendermint updated: Fix path to use ~ instead of absolute

This is an automated email from the ASF dual-hosted git repository.

cmorris pushed a commit to branch tendermint
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git


The following commit(s) were added to refs/heads/tendermint by this push:
     new e904041  Fix path to use ~ instead of absolute
e904041 is described below

commit e9040415991020dc28b8fee82209b158e641d9fe
Author: Christopher Morris <ch...@morris.net>
AuthorDate: Wed Oct 9 13:55:22 2019 +0100

    Fix path to use ~ instead of absolute
---
 cmd/servicetester/e2e_test.sh |   2 +-
 cmd/servicetester/main        | Bin 23390004 -> 0 bytes
 cmd/servicetester/ref         |   1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/cmd/servicetester/e2e_test.sh b/cmd/servicetester/e2e_test.sh
index 2c3ca87..236ee29 100755
--- a/cmd/servicetester/e2e_test.sh
+++ b/cmd/servicetester/e2e_test.sh
@@ -22,7 +22,7 @@
 apiVersion="v1"
 defaultURL="http://localhost:5556"
 apiURL="${1:-$defaultURL}"
-configdir="/Users/chris/.milagro"
+configdir=~/.milagro
 host="34.246.173.153:26657"
 
 status () {
diff --git a/cmd/servicetester/main b/cmd/servicetester/main
deleted file mode 100755
index 3f84e01..0000000
Binary files a/cmd/servicetester/main and /dev/null differ
diff --git a/cmd/servicetester/ref b/cmd/servicetester/ref
deleted file mode 100644
index 7bb74c7..0000000
--- a/cmd/servicetester/ref
+++ /dev/null
@@ -1 +0,0 @@
-"83568372-ea91-11e9-888f-acde48001122"