aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-19 00:17:47 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-19 00:17:47 -0500
commit17189823335d670388e71e25db8d5bec828806c2 (patch)
tree90927ef643dd414ef84a858a91f5cc71f0e60b14 /Makefile
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-17189823335d670388e71e25db8d5bec828806c2.tar.gz
firejail-17189823335d670388e71e25db8d5bec828806c2.tar.zst
firejail-17189823335d670388e71e25db8d5bec828806c2.zip
more profile fixes/testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ad20921ba..3dfd6a3b6 100644
--- a/Makefile
+++ b/Makefile
@@ -275,8 +275,8 @@ $(TEST_TARGETS):
275 $(MAKE) -C test $(subst test-,,$@) 275 $(MAKE) -C test $(subst test-,,$@)
276 276
277 277
278# extract some data about the testing setup: kernel, network connectivity, pwd 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; ping -c 3 yahoo.com; dig yahoo.com; host yahoo.com; nslookup yahoo.com; 279lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts; dig dns.quad9.net; ping -c 3 dns.quad9.net
280 280
281 281
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 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