mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
Fix bats output directory for newer scripts
PiperOrigin-RevId: 571082308
This commit is contained in:
parent
a089c4b277
commit
030d66b629
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user