• Sebastien Robin's avatar
    testnode: give project title to runTestSuite · 693fe005
    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
    693fe005
UnitTestRunner.py 7.73 KB