Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
add debug output to local test running task to help differentiate bet…
Browse files Browse the repository at this point in the history
…ween lint taking ages and the task hanging
  • Loading branch information
crsimmons committed Feb 25, 2019
1 parent afb1d28 commit 68a78be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ docker run -it \
-v "${PWD}:/mnt/concourse-up" \
-v "${PWD}/../concourse-up-ops:/mnt/concourse-up-ops" \
engineerbetter/pcf-ops \
bash -c \
bash -xc \
'cp -r /mnt/concourse-up* .; ./concourse-up/ci/tasks/lint.sh && cd ${GOPATH}/src/github.com/EngineerBetter/concourse-up && ginkgo -r'

0 comments on commit 68a78be

Please sign in to comment.