forked from qt-creator/qt-creator
DeviceShell: Test no-script fallback
Change-Id: I97f6df6face701b247b6be3320d89511a1310857 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
ExitCode,
|
||||
};
|
||||
|
||||
DeviceShell();
|
||||
DeviceShell(bool forceFailScriptInstallation = false);
|
||||
virtual ~DeviceShell();
|
||||
|
||||
bool start();
|
||||
@@ -90,6 +90,9 @@ private:
|
||||
|
||||
State m_shellScriptState = State::Unknown;
|
||||
QStringList m_missingFeatures;
|
||||
|
||||
// Only used for tests
|
||||
bool m_forceFailScriptInstallation = false;
|
||||
};
|
||||
|
||||
} // namespace Utils
|
||||
|
||||
Reference in New Issue
Block a user