From a223b3b50d63d6ece0c6d4632afeeedef8a27646 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 29 Sep 2024 07:20:49 -0700 Subject: [PATCH] Add file path to error message (#66) * Add file path to error message * Use variable for file path Co-authored-by: WATANABE Yuki --- tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.in b/tests/Makefile.in index 6de544b8..7d422984 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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: