summaryrefslogtreecommitdiff
path: root/t/perf
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-10-15 15:43:37 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-10-15 15:43:37 -0700
commitd5ef5f522a2003b1bb54936fb45ad1d544980cde (patch)
tree6b4b217c07c00e6c6bb06405a489d14801c65131 /t/perf
parentMerge branch 'sb/http-flaky-test-fix' (diff)
parentt/perf: make runner work even if Git is not installed (diff)
downloadtgif-d5ef5f522a2003b1bb54936fb45ad1d544980cde.tar.xz
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;