summaryrefslogtreecommitdiff
path: root/tests/runtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtc.c')
-rw-r--r--tests/runtc.c3
1 files changed, 3 insertions, 0 deletions
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);