forked from qt-creator/qt-creator
RemoteLinux: Also check for generic copy in device test
Currently both ssh and rsysnc don't work on double remote, this allows passing the test with some deployment. Change-Id: Iad2f125b09d1b326d6399cdc3dff0faa9430e92d Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -208,6 +208,7 @@ TaskItem GenericLinuxDeviceTesterPrivate::transferTasks() const
|
||||
return Tasking::Group {
|
||||
continueOnDone,
|
||||
Storage(storage),
|
||||
transferTask(FileTransferMethod::GenericCopy, storage),
|
||||
transferTask(FileTransferMethod::Sftp, storage),
|
||||
transferTask(FileTransferMethod::Rsync, storage),
|
||||
OnGroupError([this] { emit q->errorMessage(Tr::tr("Deployment to this device will not "
|
||||
|
||||
Reference in New Issue
Block a user