From 60d43ef74993dcf7d6eb038a0d834aed7e1900c1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 23 Jun 2014 22:06:30 -0400 Subject: build: Remove "--without-python" and run tests. configure throws errors if the Python version is "no", so just let it detect that Python isn't installed. Also, the tests currently return several "missing test plan" errors. --- diff --git a/build b/build index 1d937e7..5a02d91 100755 --- a/build +++ b/build @@ -13,6 +13,9 @@ build: --disable-fam \ --disable-xattr \ --disable-libelf \ - --without-python \ --with-pcre=system oh-autobuild + if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \ + oh-autobuild -T check; \ + fi + touch $@ -- cgit v0.9.1