tests init: new function 'fatal_', for hard errors
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 7 Jun 2011 11:27:00 +0000 (13:27 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 7 Jun 2011 13:08:02 +0000 (15:08 +0200)
commitb0579989e503cdae02591aaf0320e250efe07fd9
tree803b66add4701e4273e88bac7ddeb97e5d75104f
parent318080789c4eb9844fbeaa59aab5bb0649298a68
tests init: new function 'fatal_', for hard errors

Before this patch, the only way offered by tests/init.sh to
properly signal a hard error was the `framework_failure_'
function.  But the error message issued by that function,
as its name would suggest, refers to a set-up failure in the
testsuite, while hard errors can obviously also be due to
other reasons.  The best way to fix this inconsistency is to
introduce a new function with a more general error message.

* tests/init.sh (fatal_): New function.
ChangeLog
tests/init.sh