aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-08-09 02:17:30 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-09 02:19:03 -0700
commitb295d3f9f3c767630589a2be2205c488a081beb7 (patch)
tree095c8aa5d19c62dd722614e7a2c2513da44a2090 /tools
parent013ac41f4b27a8f049394dd5c5f73c2942e7a175 (diff)
Windows,tests: port output_filter_test
//src/test/shell/integration:output_filter_test now runs on Windows. Also remove the "bazel clean" calls that are meant to trigger recompilations, and instead achieve the same effect by updating the mock source files. This saves about 12 seconds of test's runtime on Windows. See https://github.com/bazelbuild/bazel/issues/4292 Change-Id: Id3a6854fe6715893b43d4a06e07b7e70524059f9 Closes #5754. Change-Id: I9d9d23f4ccb0471fab4ae7cc45f2857c170546a4 PiperOrigin-RevId: 208016336
Diffstat (limited to 'tools')
-rw-r--r--tools/bash/runfiles/runfiles.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bash/runfiles/runfiles.bash b/tools/bash/runfiles/runfiles.bash
index fe29f4eee6..69bb532029 100644
--- a/tools/bash/runfiles/runfiles.bash
+++ b/tools/bash/runfiles/runfiles.bash
@@ -36,6 +36,7 @@
# Insert the following code snippet to the top of your main script:
#
# # --- begin runfiles.bash initialization ---
+# # Copy-pasted from Bazel's Bash runfiles library (tools/bash/runfiles/runfiles.bash).
# set -euo pipefail
# if [[ ! -d "${RUNFILES_DIR:-/dev/null}" && ! -f "${RUNFILES_MANIFEST_FILE:-/dev/null}" ]]; then
# if [[ -f "$0.runfiles_manifest" ]]; then