Merge "Ignore errors when running df in build_test.bash" am: 7c8497dc36
am: c0d39aef35
am: 0548808f44
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1906865 Change-Id: I4999a5994dc0a9a6a4d3f8695169a5cf56888ebd
This commit is contained in:
@@ -50,7 +50,9 @@ esac
|
||||
|
||||
echo
|
||||
echo "Free disk space:"
|
||||
df -h
|
||||
# Ignore df errors because it errors out on gvfsd file systems
|
||||
# but still displays most of the useful info we need
|
||||
df -h || true
|
||||
|
||||
echo
|
||||
echo "Running Bazel smoke test..."
|
||||
|
Reference in New Issue
Block a user