Skip to content

Commit

Permalink
Tracing in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
benbc committed Sep 8, 2016
1 parent 8cb210c commit e071edf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-no-unexpected-errors
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -o errexit -o nounset

[[ -n "${TRACE:-}" ]] && set -o xtrace

. "$(dirname "$0")/helpers.sh"

readonly image="$1"
Expand Down

0 comments on commit e071edf

Please sign in to comment.