Urs Fässler
Urs Fässler
@kreuzberger thanks for the report. This indeed looks like bugs.
@kreuzberger I strongly recommend to not include the Qt classes nor UI in the acceptance tests. And not timer, you don't want to make your tests slower than needed. Only...
I can reproduce the problem with the current version.
@kreuzberger please have a look. Would be happy to get feedback if this fixes the flaky tests you encountered.
The problem is in dahdi-linux for kernel >= 4.13.0. The sysfs entry is published as dahdi_spantype instead of just spantype. The PR https://github.com/asterisk/dahdi-linux/pull/56 should solve this issue.
@kreuzberger I took the production code changes from your PR #293 and did a small cleanup. The goal is to have this changes merged; we will see what we do...
@kreuzberger please let me know if this works for the compilation problem mentioned in #295.
As mentioned, this seems to be an error. I will look into it soon.
In the PR #237 the cucumber-cpp version is hard coded in the file src/cmake/cucumber-cpp-nomain.pc.in and src/cmake/cucumber-cpp.pc.in. I'd like to get this version from git and only from git to reduce...
@loren-osborn do you mean that pthread is missing within the src/cmake/cucumber-cpp.pc.in file?