aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-19 00:30:08 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-19 00:30:08 -0500
commit73361d0ccc6afab332169322f485f45b1338dc71 (patch)
treee9ac7c3f6b87df4b3f81619befec10603e90805e /Makefile
parentmore profile fixes/testing (diff)
downloadfirejail-73361d0ccc6afab332169322f485f45b1338dc71.tar.gz
firejail-73361d0ccc6afab332169322f485f45b1338dc71.tar.zst
firejail-73361d0ccc6afab332169322f485f45b1338dc71.zip
cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3dfd6a3b6..f2cd3aa75 100644
--- a/Makefile
+++ b/Makefile
@@ -276,8 +276,7 @@ $(TEST_TARGETS):
276 276
277 277
278# extract some data about the testing setup: kernel, network connectivity, user 278# extract some data about the testing setup: kernel, network connectivity, user
279lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts; dig dns.quad9.net; ping -c 3 dns.quad9.net 279lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts; dig dns.quad9.net;
280
281 280
282test: 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 281test: 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
283 echo "TEST COMPLETE" 282 echo "TEST COMPLETE"