Re: [Qbs] Error after running tests

2020-01-14 Thread Jochen Ulrich
Hi! The error is not related to installing. It's a bit unfortunate that there is no "Installation done" message. That's why it looks like the error is happening during installation. The error says "ERROR: Cannot run:" because you are trying to `qbs run` but the "check" product is not an applica

[Qbs] Error after running tests

2020-01-14 Thread Alberto Mardegan
Hi there! I'm using the AutotestRunner to run the unit tests in my project [1]. The tests run successfully, but then QBS tries to install them (why?) and fails: === $ qbs project.enableCoverage:true project.buildTests:true [...] $ qbs run -p check Restoring build graph f