Bläddra i källkod

Print free disk space when starting build_test.

This is so that we know whether the attached bug is caused by the disk
being full.

Bug: 187870338
Test: Presubmits.
Change-Id: Ib09f51d971de556e5737ad2754836f2a12f60281
Lukacs T. Berki 3 år sedan
förälder
incheckning
4070bcdcde
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      build_test.bash

+ 4 - 0
build_test.bash

@@ -48,6 +48,10 @@ case $(uname) in
     ;;
 esac
 
+echo
+echo "Free disk space:"
+df -h
+
 echo
 echo "Running Bazel smoke test..."
 "${TOP}/tools/bazel" --batch --max_idle_secs=1 info