mirror of
https://github.com/git/git.git
synced 2024-11-25 02:44:48 +08:00
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
This commit is contained in:
commit
d5ef5f522a
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
use lib '../../perl/blib/lib';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Git;
|
||||
|
Loading…
Reference in New Issue
Block a user