Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip the IRC notification if the integration test is started manually (…
…#1110) ## Problem - When debugging a failing integration test you have to trigger it manually - If the test fails it sends notification to IRC - If you need to run the test several times to find the problem then you are spamming the IRC channel ## Solution - Skip the IRC notification if the integration test is started manually ## Rationale - If you run the test manually you are very likely watching the result, it should send the IRC notification only when started automatically via the cron setting.
- Loading branch information