build, refactor: Replace tabs with spaces

This commit is contained in:
Hennadii Stepanov 2022-03-30 11:55:44 +02:00
parent dc0774cbdf
commit 8b517fae7e
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -388,8 +388,8 @@ endif
@echo Running tests: $$(\
cat $< | \
grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | \
cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1) \
from $<
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/ \
) && \