From 423d5b568de6973f7f116bddf82f83e597e0b040 Mon Sep 17 00:00:00 2001 From: laszlocsomor Date: Wed, 13 Sep 2017 12:08:48 +0200 Subject: bazel_bootstrap_distfile_test: fix breakage Fix bad `date` invocation submitted in unknown commit. PiperOrigin-RevId: 168517542 --- src/test/shell/bazel/bazel_bootstrap_distfile_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') 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() { -- cgit v1.2.3