From 17189823335d670388e71e25db8d5bec828806c2 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 19 Jan 2023 00:17:47 -0500 Subject: more profile fixes/testing --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ad20921ba..3dfd6a3b6 100644 --- a/Makefile +++ b/Makefile @@ -275,8 +275,8 @@ $(TEST_TARGETS): $(MAKE) -C test $(subst test-,,$@) -# extract some data about the testing setup: kernel, network connectivity, pwd -lab-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; +# 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; ping -c 3 dns.quad9.net 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 -- cgit v1.2.3-54-g00ecf