[Git][reproducible-builds/disorderfs][master] 2 commits: tests/common: Use -q for fusermount and disorderfs
Bernhard M. Wiedemann
gitlab at salsa.debian.org
Thu Oct 25 12:50:29 CEST 2018
Bernhard M. Wiedemann pushed to branch master at Reproducible Builds / disorderfs
Commits:
863487ee by Bernhard M. Wiedemann at 2018-10-25T10:46:56Z
tests/common: Use -q for fusermount and disorderfs
so that we get to see more interesting error messages
- - - - -
6c21d49e by Bernhard M. Wiedemann at 2018-10-25T10:49:35Z
tests/common: Use lazy unmount
to avoid random test failures in 50% of "make test" runs
- - - - -
1 changed file:
- tests/common
Changes:
=====================================
tests/common
=====================================
@@ -3,11 +3,11 @@ trap "Unmount 2>/dev/null" EXIT
Mount () {
Unmount
mkdir -p target
- ../disorderfs "${@}" fixtures/ target/ >/dev/null
+ ../disorderfs -q "${@}" fixtures/ target/
}
Unmount () {
- fusermount -u target/ 2>/dev/null && rm -rf target/
+ fusermount -q -z -u target/ && rm -rf target/
}
Get_entries () {
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/compare/1e163acb4854048e8b50e5744d9cad95730c5e81...6c21d49e200dd47894909807393ff11c4512d5f8
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/compare/1e163acb4854048e8b50e5744d9cad95730c5e81...6c21d49e200dd47894909807393ff11c4512d5f8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181025/17fffb54/attachment.html>
More information about the rb-commits
mailing list