Skip to content

Commit

Permalink
test: Fix test log file name
Browse files Browse the repository at this point in the history
bitcoin#19385 dropped `.cpp` infix.
However, `src/test/README.md` still refers to the `foo_tests.cpp.log`
pattern.
  • Loading branch information
hebasto committed Aug 14, 2024
1 parent e682e7d commit 704046a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.test.include
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ endif
cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1\
) from $<
$(AM_V_at)export TEST_LOGFILE=$(abs_builddir)/$$(\
echo $< | grep -E -o "(wallet/test/.*\.cpp|test/.*\.cpp)" | $(SED) -e s/\.cpp/.log/ \
echo $< | grep -E -o "(wallet/test/.*\.cpp|test/.*\.cpp)" | $(SED) -e s/\.cpp/\&.log/ \
) && \
$(TEST_BINARY) --catch_system_errors=no -l test_suite -t "$$(\
cat $< | \
Expand Down

0 comments on commit 704046a

Please sign in to comment.