Skip to content

Commit

Permalink
Bugfix: init testDeviceManager before testing (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou9584 authored Mar 7, 2023
1 parent 09bb80d commit d988251
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void runTestOnDevice(TestTask testTask, DeviceInfo deviceInfo, Logger log
logger.info("Start running tests {}, timeout {}s", testTask.getTestSuite(), testTask.getTimeOutSecond());

TestRun testRun = createTestRun(deviceInfo, testTask, logger);
testDeviceManager = deviceInfo.getTestDeviceManager();
checkTestTaskCancel(testTask);

try {
Expand Down

0 comments on commit d988251

Please sign in to comment.