From 88ecd4873b8fabf84006f8122f8533f39bc79ba4 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 22 Aug 2018 19:09:03 +0100 Subject: [PATCH] testsuite: run dmesg with sudo Some distributions like Debian nowadays restrict the dmesg command to root-only. Run it with sudo in the testsuite. Signed-off-by: Luca Boccassi Signed-off-by: Stephen Hemminger --- testsuite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/Makefile b/testsuite/Makefile index 39bf1d4eb..d1ac997d7 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -85,5 +85,5 @@ endif echo "PASS"; \ fi; \ rm "$$TMP_ERR" "$$TMP_OUT"; \ - dmesg > $(RESULTS_DIR)/$@.$$o.dmesg; \ + sudo dmesg > $(RESULTS_DIR)/$@.$$o.dmesg; \ done -- 2.47.2