diff --git a/src/plugins/autotest/testrunner.cpp b/src/plugins/autotest/testrunner.cpp index acb59683f26..18314beb6f0 100644 --- a/src/plugins/autotest/testrunner.cpp +++ b/src/plugins/autotest/testrunner.cpp @@ -140,8 +140,7 @@ static void performTestRun(QFutureInterface &futureInterface, QString commandFilePath = testConfiguration->executableFilePath(); if (commandFilePath.isEmpty()) { futureInterface.reportResult(TestResultPtr(new FaultyTestResult(Result::MessageFatal, - TestRunner::tr("Could not find command \"%1\". (%2)") - .arg(testConfiguration->executableFilePath()) + TestRunner::tr("Executable path is empty. (%1)") .arg(testConfiguration->displayName())))); continue; }