From 283ccbfc45a484b3db96055d6418481a4a094ab2 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 5 Aug 2015 17:28:08 -0700 Subject: [PATCH] Removed -e --- tests/boulder-start.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/boulder-start.sh b/tests/boulder-start.sh index 3f2a73a5b..8cb7fefce 100755 --- a/tests/boulder-start.sh +++ b/tests/boulder-start.sh @@ -1,7 +1,9 @@ -#!/bin/sh -xe +#!/bin/sh -x # Download and run Boulder instance for integration testing export GOPATH="${GOPATH:-/tmp/go}" + +go get -d github.com/letsencrypt/boulder cd $GOPATH/src/github.com/letsencrypt/boulder ./start.py & # Hopefully start.py bootstraps before integration test is started...