aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-30 15:25:14 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-31 09:01:01 +0100
commite573316ec3e2ef35ab3afa0d92acd333504c482e (patch)
treee4e8ace36aa84b2281c1fc2ea23ca274dcb56ce6
parent7a3a09cf00f3a0e5982b5699f39973aee1be64a5 (diff)
TODO about removing realpath dependency
-rwxr-xr-xtools/run_tests/helper_scripts/build_python.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_tests/helper_scripts/build_python.sh b/tools/run_tests/helper_scripts/build_python.sh
index 6990244e51..b0751300f8 100755
--- a/tools/run_tests/helper_scripts/build_python.sh
+++ b/tools/run_tests/helper_scripts/build_python.sh
@@ -80,6 +80,8 @@ function toolchain() {
fi
}
+# TODO(jtattermusch): this adds dependency on grealpath on mac
+# (brew install coreutils) for little reason.
# Command to invoke the linux command `realpath` or equivalent.
function script_realpath() {
# Find `realpath`