Skip to content

Commit

Permalink
chore: actually disable warning in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Jun 6, 2024
1 parent 880b670 commit bafbd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion turborepo-tests/helpers/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ fi

# disable the first-run telemetry message
export TURBO_TELEMETRY_MESSAGE_DISABLED=1
export TURBO=${MONOREPO_ROOT_DIR}/target/debug/turbo${EXT}
export TURBO_GLOBAL_WARNING_DISABLED=1
TURBO=${MONOREPO_ROOT_DIR}/target/debug/turbo${EXT}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

export TURBO_GLOBAL_WARNING_DISABLED=1
SCRIPT_DIR=$(dirname ${BASH_SOURCE[0]})
TARGET_DIR=$1
FIXTURE_DIR=$2
Expand Down

0 comments on commit bafbd97

Please sign in to comment.