forked from qt-creator/qt-creator
Docker: Fix endless ping-pong between runnProcess and start
Amends 95c9579c58
.
Change-Id: Icee747a578e000a0477dc314500687316f4ecd6b
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -138,7 +138,7 @@ void DockerDeviceProcess::start()
|
||||
setCommand(command);
|
||||
|
||||
LOG("Running process:" << command.toUserOutput() << "in" << workingDirectory().toUserOutput());
|
||||
dockerDevice->runProcess(*this);
|
||||
QtcProcess::start();
|
||||
}
|
||||
|
||||
void DockerDeviceProcess::interrupt()
|
||||
|
Reference in New Issue
Block a user