Skip to content

Commit f5b7555

Browse files
dansuh17tensorflower-gardener
authored andcommitted
Add --test_output=errors for kokoro tests of tensorflow_model_optimization for better debuggability.
PiperOrigin-RevId: 628299732
1 parent 23a3dbc commit f5b7555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/kokoro/run_bazel_unittests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ pip install tensorflow-compression>=2.11.0
3737

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

0 commit comments

Comments
 (0)