mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
tests: compile: remove leftover --disable-man test
The `--disable-man` test was added twice on commit5c7c58f6eand only one instance was removed on commita655b7d1b. Related commits: *5c7c58f6e("rework make test-compile", 2026-01-20) *a655b7d1b("removed ./configure --disable-man option", 2026-01-21).
This commit is contained in:
parent
26c27ff0cf
commit
f571fb5c70
1 changed files with 0 additions and 23 deletions
|
|
@ -29,7 +29,6 @@ arr[11]="11: compile --disable-private-home"
|
||||||
arr[12]="12: compile --disable-sandbox-check"
|
arr[12]="12: compile --disable-sandbox-check"
|
||||||
arr[13]="13: compile --disable-landlock"
|
arr[13]="13: compile --disable-landlock"
|
||||||
arr[14]="14: compile --disable-output"
|
arr[14]="14: compile --disable-output"
|
||||||
arr[15]="15: compile --disable-man"
|
|
||||||
arr[16]="16: compile --disable-private-lib"
|
arr[16]="16: compile --disable-private-lib"
|
||||||
arr[17]="17: compile --disable-suid"
|
arr[17]="17: compile --disable-suid"
|
||||||
arr[18]="18: compile --enable-contrib-install"
|
arr[18]="18: compile --enable-contrib-install"
|
||||||
|
|
@ -372,28 +371,6 @@ if grep -E -i 'error:' output; then
|
||||||
fi
|
fi
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
#*****************************************************************
|
|
||||||
# TEST 15
|
|
||||||
#*****************************************************************
|
|
||||||
# - disable man pages
|
|
||||||
#*****************************************************************
|
|
||||||
print_title "${arr[15]}"
|
|
||||||
cd firejail || exit 1
|
|
||||||
|
|
||||||
./configure --enable-fatal-warnings --disable-man 2>&1 | tee output
|
|
||||||
if grep -E '(WARNING|ERROR)' output; then
|
|
||||||
echo "TESTING ERROR";
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
make -j4 2>&1 | tee output
|
|
||||||
if grep -E -i 'error:' output; then
|
|
||||||
echo "TESTING ERROR";
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
make distclean
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
#*****************************************************************
|
#*****************************************************************
|
||||||
# TEST 16
|
# TEST 16
|
||||||
#*****************************************************************
|
#*****************************************************************
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue