aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/osx
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-04 10:45:39 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-04 10:49:05 -0700
commit0b67dbd860e98a5c39270d62335d567d645d360e (patch)
tree31a1e821e05b6d05aafe7c8017beeb988e613196 /tensorflow/tools/ci_build/osx
parent301230bee2a2a83dac63ca6266bda5088fc45675 (diff)
Add back the yes "" | behavior to where configure is called.
PiperOrigin-RevId: 164280535
Diffstat (limited to 'tensorflow/tools/ci_build/osx')
-rwxr-xr-xtensorflow/tools/ci_build/osx/cpu/run_contrib.sh2
-rwxr-xr-xtensorflow/tools/ci_build/osx/cpu/run_py2_cc_core.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/tools/ci_build/osx/cpu/run_contrib.sh b/tensorflow/tools/ci_build/osx/cpu/run_contrib.sh
index 5cfd6c6458..9f1214449b 100755
--- a/tensorflow/tools/ci_build/osx/cpu/run_contrib.sh
+++ b/tensorflow/tools/ci_build/osx/cpu/run_contrib.sh
@@ -30,7 +30,7 @@ export TF_NEED_GCP=0
export TF_NEED_HDFS=0
export TF_NEED_CUDA=0
export PYTHON_BIN_PATH=$(which python2)
-yes "" | ./configure
+yes "" | $PYTHON_BIN_PATH configure.py
which bazel
bazel test --test_tag_filters=-no_oss,-gpu,-benchmark-test,-nomac \
--test_timeout 300,450,1200,3600 \
diff --git a/tensorflow/tools/ci_build/osx/cpu/run_py2_cc_core.sh b/tensorflow/tools/ci_build/osx/cpu/run_py2_cc_core.sh
index 0ee894e2c4..a95ac020d9 100755
--- a/tensorflow/tools/ci_build/osx/cpu/run_py2_cc_core.sh
+++ b/tensorflow/tools/ci_build/osx/cpu/run_py2_cc_core.sh
@@ -30,7 +30,7 @@ export TF_NEED_GCP=0
export TF_NEED_HDFS=0
export TF_NEED_CUDA=0
export PYTHON_BIN_PATH=$(which python2)
-$PYTHON_BIN_PATH configure.py
+yes "" | $PYTHON_BIN_PATH configure.py
which bazel
bazel test --test_tag_filters=-no_oss,-gpu,-benchmark-test,-nomac \
--test_timeout 300,450,1200,3600 \