vi / execfuse

Turn a bunch of scripts into a FUSE filesystem
Other
30 stars 11 forks source link

Your build silently fails on travis #1

Closed EECOLOR closed 9 years ago

EECOLOR commented 9 years ago

I just noticed the following line in your build:

% fusermount -u m
fusermount: unable to open fuse lock file: Permission denied
vi commented 9 years ago

Fixed by using umount instead of fusermount -u when running the test as root.

EECOLOR commented 9 years ago

If you look at https://travis-ci.org/vi/execfuse/builds/69742151 you can see it now silently fails on two problems

vi commented 9 years ago

There was a problem id -i instead of id -u.

vi commented 9 years ago

Now I see no failures. Why unmounting is so important when checking in Travis?

EECOLOR commented 9 years ago

Oh, it was just a courtesy call. I came across your build by accident and noticed there was an error that was not detected. I am not experienced in sh so I thought it might be interesting for you to know. I did not look at the nature of the problem.