Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmk committed Jan 17, 2025
2 parents e274419 + fdf225a commit 6c63e29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/snmp/test/snmp_agent_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -8674,7 +8674,10 @@ start_standalone_agent(Node, Config) ->
"~n Reason: ~p", [?FUNCTION_NAME, What, Info, Reason]),
?FAIL({start_failed, net_if, Details});
{error, _} = ERROR ->
ERROR
ERROR;

{badrpc, _Reason} = BADRPC ->
BADRPC
end.

start_standalone_agent(Config) ->
Expand Down

0 comments on commit 6c63e29

Please sign in to comment.