aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-02-06 14:13:12 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-02-06 14:13:12 -0500
commit4a4bd8a617cfd01a95e92e915a118ba550870995 (patch)
tree88564c24d2bb4322fffdf41edb14b92c2b5784ef /Makefile
parentMerge pull request #5643 from glitsj16/whois-fix (diff)
downloadfirejail-4a4bd8a617cfd01a95e92e915a118ba550870995.tar.gz
firejail-4a4bd8a617cfd01a95e92e915a118ba550870995.tar.zst
firejail-4a4bd8a617cfd01a95e92e915a118ba550870995.zip
testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b517b612..3aefd0b37 100644
--- a/Makefile
+++ b/Makefile
@@ -376,7 +376,7 @@ $(TEST_TARGETS):
376 376
377 377
378# extract some data about the testing setup: kernel, network connectivity, user 378# extract some data about the testing setup: kernel, network connectivity, user
379lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts 379lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts; ls /etc
380 380
381test: 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 381test: 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
382 echo "TEST COMPLETE" 382 echo "TEST COMPLETE"