Skip to content

Commit

Permalink
filtering usage output for python 3.13 #21
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Dec 20, 2024
1 parent a946eb5 commit 8ecabbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/tools/config.tools
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ output:function .* called at .*
output:function .* finished after .*
output:optional arguments:{REPLACE options:}
output:succeeded after .*{REPLACE succeeded after TIME}
output:usage: {LINES 1000}
dualog:uration:.*ms
dualog:uration:.*s
dualog:Real time factor
Expand All @@ -273,7 +274,7 @@ deleted_shapes:<!-- generated on{[->]}-->
changed_shapes:<!-- generated on{[->]}-->
aggregatebattery:<!-- generated on{[->]}-->
errors:Execution of .*duarouter.*'{REPLACE Execution of <path-to>duarouter'}
errors:Leaked object at
errors:Leaked object at
errors:*** 9 leaks found
errors:delete: freed
errors:lxml.etree.XMLSyntaxError{REPLACE XMLSyntaxError}
Expand Down Expand Up @@ -305,6 +306,7 @@ errors:something strange happend{REPLACE something strange happened}
errors:LinAlgWarning: Ill-conditioned matrix
errors:= opt.linprog(
errors:return sp.linalg.solve
errors:usage: {->}error:
omnet:<!-- generated on
shawn:<!-- generated on
gpsdat:r[0-9]
Expand Down

0 comments on commit 8ecabbe

Please sign in to comment.