• Sebastien Robin's avatar
    testnode: give project title to runTestSuite · c4b7e065
    Sebastien Robin authored
    This hopefully fix the random issue of having test results not linked to
    a project. Indeed, distributor/createTestResult was called in two different
    times:
    - by the testnode, with the project title
    - by the runTestSuiteCommand, without the project title. This was
      not an issue most of the time, since the test result is already
      created. But if it was not there (like due to a cancelled test),
      a test result without project was created
    c4b7e065
UnitTestRunner.py 7.73 KB