aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/examples/examples_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/debug/examples/examples_test.sh')
-rwxr-xr-xtensorflow/python/debug/examples/examples_test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/python/debug/examples/examples_test.sh b/tensorflow/python/debug/examples/examples_test.sh
index 25916f1903..2df6c0b6a2 100755
--- a/tensorflow/python/debug/examples/examples_test.sh
+++ b/tensorflow/python/debug/examples/examples_test.sh
@@ -23,6 +23,9 @@
set -e
+# Filter out LOG(INFO)
+export TF_CPP_MIN_LOG_LEVEL=1
+
IS_VIRTUALENV=0
PYTHON_BIN_PATH=""
while true; do