File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,7 @@ aggregate-results-and-cleanup: $(T)
7474 $(MAKE ) clean
7575
7676aggregate-results :
77- for f in ' $(TEST_RESULTS_DIRECTORY_SQ)' /t* -* .counts; do \
78- echo " $$ f" ; \
79- done | ' $(SHELL_PATH_SQ)' ../../../t/aggregate-results.sh
77+ @' $(SHELL_PATH_SQ)' ../../../t/aggregate-results.sh ' $(TEST_RESULTS_DIRECTORY_SQ)'
8078
8179valgrind :
8280 $(MAKE ) GIT_TEST_OPTS=" $( GIT_TEST_OPTS) --valgrind"
Original file line number Diff line number Diff line change @@ -140,9 +140,7 @@ aggregate-results-and-cleanup: $(T)
140140 $(MAKE ) clean
141141
142142aggregate-results :
143- for f in ' $(TEST_RESULTS_DIRECTORY_SQ)' /t* -* .counts; do \
144- echo " $$ f" ; \
145- done | ' $(SHELL_PATH_SQ)' ./aggregate-results.sh
143+ @' $(SHELL_PATH_SQ)' ./aggregate-results.sh ' $(TEST_RESULTS_DIRECTORY_SQ)'
146144
147145valgrind :
148146 $(MAKE ) GIT_TEST_OPTS=" $( GIT_TEST_OPTS) --valgrind"
Original file line number Diff line number Diff line change 88total=0
99missing_prereq=
1010
11- while read file
11+ for file in " $1 " /t * - * .counts
1212do
1313 while read type value
1414 do
You can’t perform that action at this time.
0 commit comments