Browse Source

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>
maint
SungHyun Nam 17 years ago committed by Junio C Hamano
parent
commit
dd33927ccd
  1. 2
      t/Makefile

2
t/Makefile

@ -26,7 +26,7 @@ clean: @@ -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…
Cancel
Save