We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5369b80 commit 9827b53Copy full SHA for 9827b53
1 file changed
tests/run.bats
@@ -4,9 +4,9 @@ load "${BATS_PLUGIN_PATH}/load.bash"
4
load '../lib/shared.bash'
5
load '../lib/run.bash'
6
7
- export DOCKER_COMPOSE_STUB_DEBUG=/dev/tty
8
- export BUILDKITE_AGENT_STUB_DEBUG=/dev/tty
9
- export BATS_MOCK_TMPDIR=$PWD
+# export DOCKER_COMPOSE_STUB_DEBUG=/dev/tty
+# export BUILDKITE_AGENT_STUB_DEBUG=/dev/tty
+# export BATS_MOCK_TMPDIR=$PWD
10
11
setup_file() {
12
export BUILDKITE_JOB_ID=1111
0 commit comments