From d510f7b3d5d03c6fca5b6af4e184dc2f46da9a1a Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Mon, 23 Jun 2014 19:49:47 +0200 Subject: pdtest/runtc: Support for output type 'exception'. The match value should be the name of the exception thrown, e.g. AttributeError, IndexError or even a custom exception defined in the protocol decoder, such as SamplerateError. --- tests/runtc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/runtc.c') diff --git a/tests/runtc.c b/tests/runtc.c index 059262d..e376070 100644 --- a/tests/runtc.c +++ b/tests/runtc.c @@ -759,6 +759,9 @@ int main(int argc, char **argv) op->type = SRD_OUTPUT_BINARY; else if (!strcmp(opstr[1], "python")) op->type = SRD_OUTPUT_PYTHON; + else if (!strcmp(opstr[1], "exception")) + /* Doesn't matter, we just need it to bomb out. */ + op->type = SRD_OUTPUT_PYTHON; else { ERR("Unknown output type '%s'", opstr[1]); g_strfreev(opstr); -- cgit v1.2.3-70-g09d2