mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
testing
This commit is contained in:
parent
1be9bb3c78
commit
4a4bd8a617
3 changed files with 9 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -376,7 +376,7 @@ $(TEST_TARGETS):
|
|||
|
||||
|
||||
# extract some data about the testing setup: kernel, network connectivity, user
|
||||
lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts
|
||||
lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts; ls /etc
|
||||
|
||||
test: lab-setup test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters
|
||||
echo "TEST COMPLETE"
|
||||
|
|
|
|||
|
|
@ -127,3 +127,11 @@ else
|
|||
echo "TESTING SKIP: strings not found"
|
||||
fi
|
||||
|
||||
if command -v whois
|
||||
then
|
||||
echo "TESTING: whois"
|
||||
./whois.exp
|
||||
else
|
||||
echo "TESTING SKIP: whois not found"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue