projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ff060
)
Fix broken subroutine call in TestLib
author
Alvaro Herrera
<
[email protected]
>
Thu, 3 Dec 2015 02:16:22 +0000
(23:16 -0300)
committer
Alvaro Herrera
<
[email protected]
>
Thu, 3 Dec 2015 02:16:22 +0000
(23:16 -0300)
Michael Paquier
src/test/perl/TestLib.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/test/perl/TestLib.pm
b/src/test/perl/TestLib.pm
index af46dc8c7a24060433596a50bed38502a1662ec9..7edd4c40eac3cdf593aa1238662498632dfafc36 100644
(file)
--- a/
src/test/perl/TestLib.pm
+++ b/
src/test/perl/TestLib.pm
@@
-143,7
+143,7
@@
sub system_or_bail
sub run_log
{
print("# Running: " . join(" ", @{ $_[0] }) . "\n");
- return run(@_);
+ return
IPC::Run::
run(@_);
}
sub slurp_dir