Fix bats output directory for newer scripts

PiperOrigin-RevId: 571082308
This commit is contained in:
Austin Anderson 2023-10-05 11:32:42 -07:00 committed by TensorFlower Gardener
parent a089c4b277
commit 030d66b629
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@
# ==============================================================================
source "${BASH_SOURCE%/*}/utilities/setup.sh"
tfrun bats ./ci/official/utilities/code_check_changed_files.bats --timing --output build
tfrun bats ./ci/official/utilities/code_check_changed_files.bats --timing --output "$TFCI_OUTPUT_DIR"

View File

@ -15,4 +15,4 @@
# ==============================================================================
source "${BASH_SOURCE%/*}/utilities/setup.sh"
tfrun bats ./ci/official/utilities/code_check_full.bats --timing --output build
tfrun bats ./ci/official/utilities/code_check_full.bats --timing --output "$TFCI_OUTPUT_DIR"