https://bugs.kde.org/show_bug.cgi?id=377639
Christoph Roick <chris...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/kdev | |elop/kdevelop/commit/a48287 | |f4289cbe56c5affdb8735603b79 | |3cf0f1c Version Fixed In| |5.6.1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #10 from Christoph Roick <chris...@gmx.de> --- Git commit a48287f4289cbe56c5affdb8735603b793cf0f1c by Christoph Roick. Committed on 23/10/2020 at 20:21. Pushed by croick into branch '5.6'. Do not block "Run All Tests" by dialog - always start a new test job without asking to kill running jobs * disable the combo box in the launch config interface By default, app jobs are compared by their executable name. If a new job name matches an old job, a dialog pops up to ask whether the old instance shall be killed. This blocks the "Run All Tests" function under some circumstances (for instance when "cmake" is used to invoke the test). The patch always makes a CTest-generated job run without asking the user. FIXED-IN: 5.6.1 M +1 -0 plugins/execute/executeplugin.cpp M +1 -0 plugins/execute/executeplugin.h M +9 -5 plugins/execute/nativeappconfig.cpp M +14 -12 plugins/execute/nativeappjob.cpp M +8 -1 plugins/execute/nativeappjob.h https://invent.kde.org/kdevelop/kdevelop/commit/a48287f4289cbe56c5affdb8735603b793cf0f1c -- You are receiving this mail because: You are watching all bug changes.