File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ aggregate-results-and-cleanup: $(T)
7474 $(MAKE ) clean
7575
7676aggregate-results :
77- ' $(SHELL_PATH_SQ)' ../../../t/aggregate-results.sh ' $(TEST_RESULTS_DIRECTORY_SQ)'
77+ @ ' $(SHELL_PATH_SQ)' ../../../t/aggregate-results.sh ' $(TEST_RESULTS_DIRECTORY_SQ)'
7878
7979valgrind :
8080 $(MAKE ) GIT_TEST_OPTS=" $( GIT_TEST_OPTS) --valgrind"
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ aggregate-results-and-cleanup: $(T)
140140 $(MAKE ) clean
141141
142142aggregate-results :
143- ' $(SHELL_PATH_SQ)' ./aggregate-results.sh ' $(TEST_RESULTS_DIRECTORY_SQ)'
143+ @ ' $(SHELL_PATH_SQ)' ./aggregate-results.sh ' $(TEST_RESULTS_DIRECTORY_SQ)'
144144
145145valgrind :
146146 $(MAKE ) GIT_TEST_OPTS=" $( GIT_TEST_OPTS) --valgrind"
You can’t perform that action at this time.
0 commit comments