Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/perf-without-installed-git'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 15 Oct 2015 22:43:37 +0000
(15:43 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 15 Oct 2015 22:43:37 +0000
(15:43 -0700)
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
t/perf/aggregate.perl
patch
|
blob
|
history
raw
(from parent 1:
c92df72
)
diff --git
a/t/perf/aggregate.perl
b/t/perf/aggregate.perl
index 15f7fc1b8015114883bc36d1e35dffd730721e52..924b19dab4122a36112bd908a6252e754ecc531a 100755
(executable)
--- 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;