Skip to content

Commit

Permalink
Add file path to error message (#66)
Browse files Browse the repository at this point in the history
* Add file path to error message

* Use variable for file path

Co-authored-by: WATANABE Yuki <magicant@wonderwand.net>
  • Loading branch information
unrealapex and magicant authored Sep 29, 2024
1 parent 75d0ddf commit a223b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test:
@tail -n 6 $(SUMMARY) | grep ^FAILED | \
(read _ fail_count && \
if [ "$$fail_count" -ne 0 ]; then \
echo See $(SUMMARY) for details; \
echo See $(subdir)/$(SUMMARY) for details; \
exit 1; \
fi)
test-posix:
Expand Down

0 comments on commit a223b3b

Please sign in to comment.