Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent duplicate output for commands. Closes #374
If a users decided to use `run_simple`, a command is stopped twice: 1. After the configured wait time 2. On the end of test suite via terminate_all_commands This makes the output appear twice. This is fixed by this PR. It also make a method call fail: 1. Command already stopped, `#stop` is called again 2. Comannd has not been started, but ist `#stop`ped
- Loading branch information