From ef26618c501f803264cbbc52e0b48572ff3cafc2 Mon Sep 17 00:00:00 2001 From: Mathieu Guillame-Bert Date: Wed, 7 Sep 2022 09:13:50 -0700 Subject: [PATCH] TF-DF v1.0.1 release. PiperOrigin-RevId: 472740754 --- tools/test_bazel.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/test_bazel.sh b/tools/test_bazel.sh index c5ebad3b..82c5ffba 100755 --- a/tools/test_bazel.sh +++ b/tools/test_bazel.sh @@ -22,9 +22,12 @@ # # Usage example: # +# # Compilation without TF support. # ./tools/test_bazel.sh -# TF_SUPPORT=1 && ./tools/test_bazel.sh - +# +# # Compilation with TF support. +# TF_SUPPORT=1 ./tools/test_bazel.sh +# set -xev if [ -z "${TF_SUPPORT}"] || [ "${TF_SUPPORT}" = 0 ]; then