diff --git a/build_test.bash b/build_test.bash index b039285ca..b6d00e23f 100755 --- a/build_test.bash +++ b/build_test.bash @@ -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..."