diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2008-12-15 20:44:30 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-15 21:54:12 -0800 |
commit | 1415be8f0f86c6d2aa2cb014c3cc32dd92e9c43a (patch) | |
tree | a9b55c7a4bc5632fea2a29d81fbcac2381fbcb8f /t/t5302-pack-index.sh | |
parent | bf874896240cb00b22cd4f6cbcc143b17cc7fe0e (diff) | |
download | git-1415be8f0f86c6d2aa2cb014c3cc32dd92e9c43a.tar.gz git-1415be8f0f86c6d2aa2cb014c3cc32dd92e9c43a.tar.xz |
Force t5302 to use a single thread
If the packs are made using multiple threads, they are no longer identical
on the 4-core Xeon I tested on.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5302-pack-index.sh')
-rwxr-xr-x | t/t5302-pack-index.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5302-pack-index.sh b/t/t5302-pack-index.sh index 884e24253..e6f70d474 100755 --- a/t/t5302-pack-index.sh +++ b/t/t5302-pack-index.sh @@ -10,6 +10,7 @@ test_expect_success \ 'setup' \ 'rm -rf .git git init && + git config pack.threads 1 && i=1 && while test $i -le 100 do |