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)
74
74
$(MAKE ) clean
75
75
76
76
aggregate-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)'
80
78
81
79
valgrind :
82
80
$(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)
140
140
$(MAKE ) clean
141
141
142
142
aggregate-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)'
146
144
147
145
valgrind :
148
146
$(MAKE ) GIT_TEST_OPTS=" $( GIT_TEST_OPTS) --valgrind"
Original file line number Diff line number Diff line change 8
8
total=0
9
9
missing_prereq=
10
10
11
- while read file
11
+ for file in " $1 " /t * - * .counts
12
12
do
13
13
while read type value
14
14
do
You can’t perform that action at this time.
0 commit comments