[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180822180903.26443-3-bluca@debian.org>
Date: Wed, 22 Aug 2018 19:09:03 +0100
From: Luca Boccassi <bluca@...ian.org>
To: netdev@...r.kernel.org
Cc: stephen@...workplumber.org, stefan.bader@...onical.com
Subject: [PATCH iproute2 3/3] 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 <bluca@...ian.org>
---
testsuite/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/Makefile b/testsuite/Makefile
index 5e269877..ef45d5a7 100644
--- a/testsuite/Makefile
+++ b/testsuite/Makefile
@@ -79,5 +79,5 @@ endif
echo "PASS"; \
fi; \
rm "$$TMP_ERR" "$$TMP_OUT"; \
- dmesg > $(RESULTS_DIR)/$@...o.dmesg; \
+ sudo dmesg > $(RESULTS_DIR)/$@...o.dmesg; \
done
--
2.18.0
Powered by blists - more mailing lists