rkhmelyuk / multirun

IntellijIDEA plugin to group and run multiple Run Configurations in a single click
http://plugins.jetbrains.com/plugin/7248
Apache License 2.0
93 stars 27 forks source link

Do not re-use the tab of failed run configuration #10

Closed rkhmelyuk closed 11 years ago

rkhmelyuk commented 11 years ago

Even if tab re-using is enabled, do not re-use the tab of the process that ended with non-zero exit code.

It's because current behavior can hide some issues, like failed tests.

rkhmelyuk commented 11 years ago

Also need to update the description in the Multirun edit configuration form.