Skip to content

Commit

Permalink
enable unit test run in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan committed Jun 14, 2022
1 parent abd6eb5 commit dc691a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sonic-eventd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ eventd-tests: $(TEST_OBJS)
@echo 'Invoking: G++ Linker'
$(CC) $(LDFLAGS) -o $(EVENTD_TEST) $(TEST_OBJS) $(LIBS) $(TEST_LIBS)
@echo 'Finished building target: $@'
@echo 'Blocked $(EVENTD_TEST)'
$(EVENTD_TEST)
@echo 'Finished running tests'
@echo ' '

Expand Down
2 changes: 1 addition & 1 deletion src/sonic-eventd/tools/events_tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ do_send(const string infile, int cnt, int pause)

void usage()
{
printf(s_usage);
printf("%s", s_usage);
exit(-1);
}

Expand Down

0 comments on commit dc691a1

Please sign in to comment.