Searched refs:errorMsgs (Results 1 – 1 of 1) sorted by relevance
1353 List<String> errorMsgs = new ArrayList<>(); in doRunTest() local1363 errorMsgs.add("Python process failed"); in doRunTest()1372 errorMsgs.add(String.format("Command stdout: %s%s", skippedBytesMsg, in doRunTest()1381 errorMsgs.add(String.format("Command stderr: %s%s", skippedBytesMsg, in doRunTest()1383 errorMsgs.add("Command status: " + commandStatus); in doRunTest()1400 errorMsgs.add("Couldn't locate the file : " + TEST_RUN_SUMMARY_FILE_NAME); in doRunTest()1409 errorMsgs.add("Error occurred in parsing Json file " + testRunSummary.toPath()); in doRunTest()1423 if (errorMsgs.size() > 0) { in doRunTest()1424 CLog.e(String.join(".\n", errorMsgs)); in doRunTest()1425 listener.testRunFailed(String.join(".\n", errorMsgs)); in doRunTest()