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)
74
74
$(MAKE ) clean
75
75
76
76
aggregate-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)'
78
78
79
79
valgrind :
80
80
$(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)
140
140
$(MAKE ) clean
141
141
142
142
aggregate-results :
143
- ' $(SHELL_PATH_SQ)' ./aggregate-results.sh ' $(TEST_RESULTS_DIRECTORY_SQ)'
143
+ @ ' $(SHELL_PATH_SQ)' ./aggregate-results.sh ' $(TEST_RESULTS_DIRECTORY_SQ)'
144
144
145
145
valgrind :
146
146
$(MAKE ) GIT_TEST_OPTS=" $( GIT_TEST_OPTS) --valgrind"
You can’t perform that action at this time.
0 commit comments