1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00
This commit is contained in:
Andrew Dunstan
2017-07-16 12:00:23 -04:00
parent 7eb4124da5
commit f13e48bd54

View File

@@ -235,7 +235,7 @@ sub taptest
die "no tests found!" unless -d "$topdir/$dir/t";
push(@args,"$topdir/$dir);
push(@args,"$topdir/$dir");
InstallTemp();
my $status = tap_check(@args);