Robert Dailey c4c8843cae [#608] Don't use exit() on duplicate test descriptions
Instead of `exit(1)`, it now throws `std::runtime_error` with the details
of the failure. This exception is handled in `run()` at a higher level where
the log is printed to cerr and the test gracefully exits.
2016-06-07 07:38:50 +01:00
..
2014-12-11 23:48:11 +00:00
2014-03-17 18:40:58 +00:00
2015-07-01 07:33:27 +01:00
2015-07-28 18:55:11 +01:00
2016-06-07 07:37:51 +01:00
2014-06-30 07:33:17 +01:00
2014-06-30 07:33:17 +01:00
2014-03-17 18:40:58 +00:00
2015-07-01 07:33:27 +01:00
2015-12-15 07:54:49 +00:00