-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS test broken #15
Comments
Update: these are text files. They are identical between Linux and MacOS, except the EOL characters. |
Oops, I meant to fix this, thanks for the reminder! |
Actually, this works on both Travis and the Mac sitting beside me. Perhaps there's some sort of locale setting or version difference? |
Possibly: disorientation:~ dzerbino$ locale: |
OK I found the culprint: I have python 3 installed on my laptop. Pull request coming up. |
Well that's wild, thanks for the PR! |
Hello,
it seems that differences in Mac break tests that otherwise work fine in Linux, I'm guessing due to the use of explicit MD5 checksums:
disorientation:libBigWig dzerbino$ make test
./test/test.py
Traceback (most recent call last):
File "./test/test.py", line 14, in
assert(md5sum == "a15cbf0021f3e80d9ddfd9dbe78057cf")
AssertionError
make: *** [test] Error 1
Cheers,
Daniel
The text was updated successfully, but these errors were encountered: