git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bf87489
)
Force t5302 to use a single thread
author
Johannes Schindelin
<redacted>
Mon, 15 Dec 2008 19:44:30 +0000
(20:44 +0100)
committer
Junio C Hamano
<redacted>
Tue, 16 Dec 2008 05:54:12 +0000
(21:54 -0800)
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 <redacted>
Acked-by: Nicolas Pitre <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t5302-pack-index.sh
patch
|
blob
|
history
diff --git
a/t/t5302-pack-index.sh
b/t/t5302-pack-index.sh
index 884e24253a0a9d262b39ae96ea5c03ecb7ba4072..e6f70d474f2f855d3b2b40eed526e4873b3288d5 100755
(executable)
--- 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
git clone https://git.99rst.org/PROJECT