aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2cd3aa75..b1f4a1fbc 100644
--- a/Makefile
+++ b/Makefile
@@ -276,7 +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; 279lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts
280 280
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 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
282 echo "TEST COMPLETE" 282 echo "TEST COMPLETE"