summaryrefslogtreecommitdiffstats
path: root/tests/build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/build')
-rw-r--r--tests/build/README1
-rwxr-xr-xtests/build/run-tests.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/build/README b/tests/build/README
index dfe344b7..c365b88c 100644
--- a/tests/build/README
+++ b/tests/build/README
@@ -6,7 +6,6 @@ In this testsuite, automated testing is done for following nft compile options:
enable debugging symbols
use mini-gmp
enable man page
- enable pdf documentation
libxtables support
Run the test script 'run-tests.sh' as root user: ./run-tests.sh
diff --git a/tests/build/run-tests.sh b/tests/build/run-tests.sh
index 4aff1980..6ac2ef47 100755
--- a/tests/build/run-tests.sh
+++ b/tests/build/run-tests.sh
@@ -10,7 +10,7 @@ tarball="nftables-0.8.1.tar.bz2"
dir=../..
cmd=./configure
argument=( --without-cli --enable-debug --with-mini-gmp --enable-man-doc
- --enable-pdf-doc --with-xtables --with-json)
+ --with-xtables --with-json)
ok=0
failed=0