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 installedmaint
commit
d5ef5f522a
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
|
use lib '../../perl/blib/lib';
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Git;
|
use Git;
|
||||||
|
|
Loading…
Reference in New Issue