From 2b56833c1c84882384877c098228d371b6ef5083 Mon Sep 17 00:00:00 2001 From: Cory Bennett Date: Mon, 29 Aug 2016 00:04:21 -0700 Subject: [PATCH] break setup to debug in travis --- t/000setup.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/000setup.t b/t/000setup.t index d283db2..ad85600 100755 --- a/t/000setup.t +++ b/t/000setup.t @@ -19,7 +19,9 @@ RUNS docker run --detach -v $(pwd)/.maven-cache:/root/.m2/repository --name go-j RUNS sleep 5 echo "# Waiting for jira service to be listening on port 8080" -docker exec -i go-jira-test tail -f screenlog.0 | grep -m 1 'jira started successfully' | sed 's/^/# /' +docker exec -i go-jira-test tail -f screenlog.0 + +#| grep -m 1 'jira started successfully' | sed 's/^/# /' # wait for healthchecks to pass, curl will retry 900 times over 15 min waiting RUNS curl -q -L --retry 900 --retry-delay 1 -f -s "http://localhost:8080/rest/api/2/serverInfo?doHealthCheck=1"