mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
build, refactor: Replace tabs with spaces
This commit is contained in:
@@ -388,8 +388,8 @@ endif
|
|||||||
@echo Running tests: $$(\
|
@echo Running tests: $$(\
|
||||||
cat $< | \
|
cat $< | \
|
||||||
grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | \
|
grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | \
|
||||||
cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1) \
|
cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1\
|
||||||
from $<
|
) from $<
|
||||||
$(AM_V_at)export TEST_LOGFILE=$(abs_builddir)/$$(\
|
$(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/ \
|
||||||
) && \
|
) && \
|
||||||
|
|||||||
Reference in New Issue
Block a user