fix: the docker-test's make task
Brian Tiger Chow committed
Dec 22, 2014 at 08:41 UTC
10bb354f1be27dfc1a6d8f2737f146bb51bf6df5
1 file changed
-1
Makefile
-1
@@ -18,7 +18,6 @@ test: test_go test_sharness
18
test_expensive: test_go_expensive test_sharness_expensive
19
20
test_docker:
21
- cd ./src/github.com/jbenet/go-ipfs
21
docker build -t zaqwsx_ipfs-test-img .
22
cd dockertest/ && make
23