summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Debian/Debhelper/Buildsystem/cmake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem/cmake.pm b/Debian/Debhelper/Buildsystem/cmake.pm
index 24f486fc..d4a98f43 100644
--- a/Debian/Debhelper/Buildsystem/cmake.pm
+++ b/Debian/Debhelper/Buildsystem/cmake.pm
@@ -51,7 +51,7 @@ sub test {
my $this=shift;
$ENV{CTEST_OUTPUT_ON_FAILURE} = 1;
- return $this->test(@_);
+ return $this->SUPER::test(@_);
}
1