Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gernhardt <brian@gernhardtsoftware.com>2010-02-06 17:50:03 +0300
committerJunio C Hamano <gitster@pobox.com>2010-02-06 21:33:07 +0300
commitab35469de0d2d2ba4be58fd0231687ddc9cc3cdc (patch)
tree2ffc9026aaa8e958bb66539f40b17fb1972a10b2 /Documentation/git-filter-branch.txt
parent6d0d465e20b8c11924bc4e75563324771d0e0d63 (diff)
t9501: Re-fix max load test
Revert the previous attempt to skip this test on platforms where we currently cannot determine the system load. We want to make sure that the max-load-limit codepath produces results cleanly, when gitweb is updated and becomes capable of reading the load average by some other method. The code to check for load returns 0 if it doesn't know how to find load. It also checks to see if the current load is higher than the max load. So to force the script to quit early by setting the maxload variable negative which should work for systems where we can detect load (which should be a positive number) and systems where we can't (where detected load is 0) Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-filter-branch.txt')
0 files changed, 0 insertions, 0 deletions