Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c8497dc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Ignore errors when running df in build_test.bash"

parents bc1d8dd6 fa3431cf
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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..."