forked from qt-creator/qt-creator
Qnx: Add 'cat' to the list of commands we expect on a device
Change-Id: I8076a78266141bffd43acc21b031ea5be6aa5791 Reviewed-by: Karim Pinter <karim.pinter@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -53,6 +53,7 @@ QnxDeviceTester::QnxDeviceTester(QObject *parent)
|
|||||||
this, &QnxDeviceTester::handleProcessFinished);
|
this, &QnxDeviceTester::handleProcessFinished);
|
||||||
|
|
||||||
m_commandsToTest << QLatin1String("awk")
|
m_commandsToTest << QLatin1String("awk")
|
||||||
|
<< QLatin1String("cat")
|
||||||
<< QLatin1String("grep")
|
<< QLatin1String("grep")
|
||||||
<< QLatin1String("kill")
|
<< QLatin1String("kill")
|
||||||
<< QLatin1String("netstat")
|
<< QLatin1String("netstat")
|
||||||
|
Reference in New Issue
Block a user