Some distributions like Debian nowadays restrict the dmesg command to
root-only. Run it with sudo in the testsuite.

Signed-off-by: Luca Boccassi <bl...@debian.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

Reply via email to