diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-15 15:43:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-15 15:43:37 -0700 |
commit | d5ef5f522a2003b1bb54936fb45ad1d544980cde (patch) | |
tree | 6b4b217c07c00e6c6bb06405a489d14801c65131 /t/perf | |
parent | Merge branch 'sb/http-flaky-test-fix' (diff) | |
parent | t/perf: make runner work even if Git is not installed (diff) | |
download | tgif-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-x | t/perf/aggregate.perl | 1 |
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; |