t/Makefile: use specified shell when running aggregation script
Signed-off-by: SungHyun Nam <goweol@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
1121a8786e
commit
dd33927ccd
@ -26,7 +26,7 @@ clean:
|
|||||||
$(RM) -r 'trash directory' test-results
|
$(RM) -r 'trash directory' test-results
|
||||||
|
|
||||||
aggregate-results:
|
aggregate-results:
|
||||||
./aggregate-results.sh test-results/t*-*
|
'$(SHELL_PATH_SQ)' ./aggregate-results.sh test-results/t*-*
|
||||||
|
|
||||||
# we can test NO_OPTIMIZE_COMMITS independently of LC_ALL
|
# we can test NO_OPTIMIZE_COMMITS independently of LC_ALL
|
||||||
full-svn-test:
|
full-svn-test:
|
||||||
|
Reference in New Issue
Block a user