Open aeyakovenko opened 8 years ago
I think the bug is due to the fact that the function Trace.Hpc.Tix.getTixFileName calls System-FilePath-Posix.replaceExtension with the value rbm-0.1
, and eventually replaces the "extension" (.1
) by .tix
.
I would suggest to avoid dots in the test suite names for now.
shouldn't it be looking for
rbm-0.1
? Here is my build log for reference: https://travis-ci.org/aeyakovenko/rbm/builds/100285697and thank you for the awesome tool!