Skip to content

Commit

Permalink
Allow event processing when testing commands
Browse files Browse the repository at this point in the history
  • Loading branch information
roelvanmeer committed Sep 7, 2022
1 parent 739690a commit 2d2e3d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t-tap/test_commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ int main(int /*@unused@*/ argc, char /*@unused@*/ **arv)
assert(OK == read_all_object_data(test_config_file));
assert(OK == initialize_downtime_data());
assert(OK == initialize_retention_data());
nagios_iobs = iobroker_create();
test_register();
test_parsing();
test_core_commands();
Expand Down

0 comments on commit 2d2e3d1

Please sign in to comment.