зеркало из https://github.com/microsoft/git.git
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:
Родитель
1121a8786e
Коммит
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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче