build error
reqshark opened this issue · 3 comments
reqshark commented
what's up with the travis build error? Is there really an error or do we need to fix the cmake configuration?
sustrik commented
It's just CMake. There's a new test that has a file piped to stdin. CMake script has to be modified to account for that.
sustrik commented
It seems that CTest doesn't support piping files into stdin. Shrug.