From 04e599b1cea996624f57db21abfe587e47d8e9b1 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 29 Apr 2017 07:23:13 +0100 Subject: [PATCH] test: explain why we explicitly make all despite test/Makefile's check target calling it (#5830) --- test/README.testsuite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.testsuite b/test/README.testsuite index fa7e73ce3a..58f67f50fd 100644 --- a/test/README.testsuite +++ b/test/README.testsuite @@ -3,7 +3,7 @@ subdirectories named "test/TEST-??-*", which are run one by one. To run the extended testsuite do the following: -$ make all +$ make all # Avoid the "sudo make" below building anything as root $ cd test $ sudo make clean check ...