Commits
- Commit:
9b2361259a874ebfca257c0e044a9be995328545- From:
- Sergey Bronnikov <estetus@gmail.com>
- Date:
Load FUSE kernel module before running testing
Regression tests skipped when running on Ubuntu in Cirrus CI.
JUnit report contains a reason of skip -
Seem a problem exist because FUSE kernel module is not loaded
before a testing.
https://cirrus-ci.org/guide/linux/
- Commit:
e7ed74c0e1a8073b5917f989f61036f6e3df8ab6- From:
- Sergey Bronnikov <estetus@gmail.com>
- Date:
Fix disabled tests on FreeBSD
Commit "Use generic os name in tests"
(1f70f876d670704bd0422fe1e27d12177b189527) accidentally disabled testing
on FreeBSD by adding double negation to condition that enables code for
operating systems with fusermount(1). However fusermount(1) is not
available on FreeBSD and therefore all regression tests were skipped.
Fixes #93
