From 0ec471971b21b6d3a2519e46e843f835914d744c Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 3 Aug 2018 15:13:42 +0200 Subject: [PATCH] Qnx: Add 'cat' to the list of commands we expect on a device Change-Id: I8076a78266141bffd43acc21b031ea5be6aa5791 Reviewed-by: Karim Pinter Reviewed-by: Christian Kandeler --- src/plugins/qnx/qnxdevicetester.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/qnx/qnxdevicetester.cpp b/src/plugins/qnx/qnxdevicetester.cpp index 41e3de5a0b4..e89aa337c04 100644 --- a/src/plugins/qnx/qnxdevicetester.cpp +++ b/src/plugins/qnx/qnxdevicetester.cpp @@ -53,6 +53,7 @@ QnxDeviceTester::QnxDeviceTester(QObject *parent) this, &QnxDeviceTester::handleProcessFinished); m_commandsToTest << QLatin1String("awk") + << QLatin1String("cat") << QLatin1String("grep") << QLatin1String("kill") << QLatin1String("netstat")