Skip to content

Commit

Permalink
Add --test_output=errors for kokoro tests of `tensorflow_model_opti…
Browse files Browse the repository at this point in the history
…mization` for better debuggability.

PiperOrigin-RevId: 628299732
  • Loading branch information
dansuh17 authored and tensorflower-gardener committed Apr 26, 2024
1 parent 23a3dbc commit f5b7555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/kokoro/run_bazel_unittests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ pip install tensorflow-compression>=2.11.0

# Run the tests.
# Some tests requiring more RAM than the CI machine provides are disabled.
bazel test --test_size_filters="-enormous" \
bazel test --test_size_filters="-enormous" --test_output=errors \
//tensorflow_model_optimization/python/core/...

0 comments on commit f5b7555

Please sign in to comment.