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
path: root/t/perf
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-16 01:43:37 +0300
committerJunio C Hamano <gitster@pobox.com>2015-10-16 01:43:37 +0300
commitd5ef5f522a2003b1bb54936fb45ad1d544980cde (patch)
tree6b4b217c07c00e6c6bb06405a489d14801c65131 /t/perf
parentc92df72bf425226380587be00dee08346a0ba9d4 (diff)
parent31cd12837271fbf749835672a2954dcb98b0c070 (diff)
Merge branch 'sb/perf-without-installed-git'
Performance-measurement tests did not work without an installed Git. * sb/perf-without-installed-git: t/perf: make runner work even if Git is not installed
Diffstat (limited to 't/perf')
-rwxr-xr-xt/perf/aggregate.perl1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/perf/aggregate.perl b/t/perf/aggregate.perl
index 15f7fc1b80..924b19dab4 100755
--- a/t/perf/aggregate.perl
+++ b/t/perf/aggregate.perl
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+use lib '../../perl/blib/lib';
use strict;
use warnings;
use Git;