diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-16 14:32:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-16 14:32:47 -0700 |
commit | 2c3cb52c6c5868410a6aa8f0c6c9ee89dbe4bb15 (patch) | |
tree | 1dbc3a69e9ee2efbc4d859c53b7506ad2a5ac2e2 /t | |
parent | Merge branch 'js/icase-wt-detection' into maint (diff) | |
parent | t/perf: make runner work even if Git is not installed (diff) | |
download | tgif-2c3cb52c6c5868410a6aa8f0c6c9ee89dbe4bb15.tar.xz |
Merge branch 'sb/perf-without-installed-git' into maint
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')
-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; |