From c2b6b6b1a348d70b776983051851e42ba66ab271 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 20 Jan 2023 20:06:06 -0500 Subject: private-etc rework: remove hiding blacklisted files in private-etc directory feature --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f2cd3aa75..b1f4a1fbc 100644 --- a/Makefile +++ b/Makefile @@ -276,7 +276,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; dig dns.quad9.net; +lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts 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" -- cgit v1.2.3-54-g00ecf