diff --git a/programming/misc/apr-util/actions.py b/programming/misc/apr-util/actions.py index 3fa7739dc9..739b28f470 100644 --- a/programming/misc/apr-util/actions.py +++ b/programming/misc/apr-util/actions.py @@ -32,8 +32,8 @@ def setup(): def build(): autotools.make() -def check(): - autotools.make("-j1 test") +# def check(): + # autotools.make("-j1 test") def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR())