aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar laszlocsomor <laszlocsomor@google.com>2017-09-13 12:08:48 +0200
committerGravatar Philipp Wollermann <philwo@google.com>2017-09-13 19:06:40 +0200
commit423d5b568de6973f7f116bddf82f83e597e0b040 (patch)
tree13f15792487b47a4a99eab7acee56406c7789f2d
parent51bb1cdd417765ccdfe129f8a7dc79a30481c7e7 (diff)
bazel_bootstrap_distfile_test: fix breakage
Fix bad `date` invocation submitted in unknown commit. PiperOrigin-RevId: 168517542
-rwxr-xr-xsrc/test/shell/bazel/bazel_bootstrap_distfile_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/bazel/bazel_bootstrap_distfile_test.sh b/src/test/shell/bazel/bazel_bootstrap_distfile_test.sh
index 6506efcc2c..2af654b7b5 100755
--- a/src/test/shell/bazel/bazel_bootstrap_distfile_test.sh
+++ b/src/test/shell/bazel/bazel_bootstrap_distfile_test.sh
@@ -34,7 +34,7 @@ function log_progress() {
# TODO(laszlocsomor): remove this method after we fixed
# https://github.com/bazelbuild/bazel/issues/3618. I added this method only to
# catch that bug.
- echo "DEBUG[$0 ($date)] test_bootstrap, $@"
+ echo "DEBUG[$0 $(date)] test_bootstrap, $@"
}
function test_bootstrap() {