]> git.ipfire.org Git - thirdparty/git.git/commit
t7004: give the test a bit more stack space
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Sep 2014 22:41:38 +0000 (15:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Sep 2014 22:41:38 +0000 (15:41 -0700)
commitb9a1907899a2a00e94092207bb5de4d864408806
tree488a0b23c7882224cdce91d8f8238f5b97980938
parentcbc60b67201e083a4970c8731c5382a575357e36
t7004: give the test a bit more stack space

It was reported that the allocated stack space was too small for
some archs openSUSE buildfarm runs the tests on.  Double it while
also doubling the amount of data to be handled.

Reported-by: Andreas Schwab <schwab@linux-m68k.org>
Suggested-by: Jeff King <peff@peff.net>
Tested-by: Andreas Schwab <schwab@linux-m68k.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7004-tag.sh