- Made the output more easily machine-parsed.
This commit is contained in:
parent
bd0069886c
commit
9df1bfed5b
@ -826,14 +826,14 @@ timersPrint (const System sys)
|
|||||||
{
|
{
|
||||||
eprintf ("\tcorrect: ");
|
eprintf ("\tcorrect: ");
|
||||||
if (cl_scan->complete)
|
if (cl_scan->complete)
|
||||||
eprintf ("complete proof");
|
eprintf ("complete_proof");
|
||||||
else
|
else
|
||||||
eprintf ("bounded proof");
|
eprintf ("bounded_proof");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
eprintf ("\tcorrect: does not occur");
|
eprintf ("\tcorrect: does_not_occur");
|
||||||
}
|
}
|
||||||
eprintf ("\n");
|
eprintf ("\n");
|
||||||
cl_scan = cl_scan->next;
|
cl_scan = cl_scan->next;
|
||||||
|
Loading…
Reference in New Issue
Block a user