Skip to content

Commit

Permalink
chore(makefile): add logging (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakimura authored Oct 11, 2021
1 parent fabc0a5 commit 7c523b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integ/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ connect: run
-H 'Content-Type: application/json' http://localhost:5993/rpc ; \
\
if [ $$? -ne 0 ]; then \
echo "Failed"; \
echo "Failed: ListSymbols rpc call for connection check"; \
else \
echo "Passed"; \
echo "Passed: ListSymbols rpc call for connection check"; \
fi

.PHONY: run
Expand Down

0 comments on commit 7c523b8

Please sign in to comment.