Skip to content

Commit 8b517fa

Browse files
committed
build, refactor: Replace tabs with spaces
1 parent dc0774c commit 8b517fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Makefile.test.include

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -386,17 +386,17 @@ endif
386386

387387
%.cpp.test: %.cpp
388388
@echo Running tests: $$(\
389-
cat $< | \
390-
grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | \
391-
cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1) \
392-
from $<
389+
cat $< | \
390+
grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | \
391+
cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1\
392+
) from $<
393393
$(AM_V_at)export TEST_LOGFILE=$(abs_builddir)/$$(\
394394
echo $< | grep -E -o "(wallet/test/.*\.cpp|test/.*\.cpp)" | $(SED) -e s/\.cpp/.log/ \
395395
) && \
396396
$(TEST_BINARY) --catch_system_errors=no -l test_suite -t "$$(\
397-
cat $< | \
398-
grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | \
399-
cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1\
397+
cat $< | \
398+
grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | \
399+
cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1\
400400
)" -- DEBUG_LOG_OUT > "$$TEST_LOGFILE" 2>&1 || (cat "$$TEST_LOGFILE" && false)
401401

402402
%.json.h: %.json

0 commit comments

Comments
 (0)