forked from qt-creator/qt-creator
		
	AutoTest: Fix senseless error message
Change-Id: Ie88b5f6c0d1fe933cd43dfde2f04c76590552a58 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
		@@ -140,8 +140,7 @@ static void performTestRun(QFutureInterface<TestResultPtr> &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;
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user