File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments