mirror of
https://github.com/git/git.git
synced 2024-11-24 18:33:43 +08:00
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:
parent
1121a8786e
commit
dd33927ccd
@ -26,7 +26,7 @@ clean:
|
||||
$(RM) -r 'trash directory' test-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
|
||||
full-svn-test:
|
||||
|
Loading…
Reference in New Issue
Block a user