summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-05-09 13:39:44 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-05-09 14:12:25 +0900
commit95e5dee5065939db0b6612e482bc1c7339e5bbca (patch)
tree037f8cb84d3d7b98e1c25292ff50b0446844b3b6 /test
parent978c6a3df0f08756511e42c1f2c28b3cb7bd0f1d (diff)
Revert "travis-ci: workaround for "
Now the issue was fixed. No need for the workaround: https://github.com/kr/text/issues/6 This reverts commit 9c8dca5b697a49611fd780204abf77947fe16f12.
Diffstat (limited to 'test')
-rw-r--r--test/lib/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/base.py b/test/lib/base.py
index fc7d9713..d64afdae 100644
--- a/test/lib/base.py
+++ b/test/lib/base.py
@@ -83,7 +83,6 @@ def make_gobgp_ctn(tag='gobgp', local_gobgp_path='', from_image='osrg/quagga'):
c = CmdBuffer()
c << 'FROM {0}'.format(from_image)
- c << 'RUN mkdir -p /go/src/github.com/kr && cd /go/src/github.com/kr && git clone https://github.com/kr/text && cd /go/src/github.com/kr/text && git checkout -b master main'
c << 'ADD gobgp /go/src/github.com/osrg/gobgp/'
c << 'RUN go get github.com/osrg/gobgp/gobgpd'
c << 'RUN go install github.com/osrg/gobgp/gobgpd'