Open
Description
Reference tests were a way to write a self-testing suite in the absence of a proper test framework. Now that we have such a framework, we might as well remove all the reference test config and coding from cylc. Instead of using shutdown handlers to execute diagnosis scripts (usually to compare triggering results with that in a reference log) we should use use proper tests (e.g.cmp_triggering_ok
within the framework...)