Skip to content

Commit 86bbffb

Browse files
committed
Update makefile to run tests as root so raw sockets can work.
Signed-off-by: Paul Mani <paulmani88@yahoo.com>
1 parent 0e21a28 commit 86bbffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/copilot/src/monitors/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ test_monitors: main_syslog_test
103103
./test.sh
104104

105105
systemtest: main_syslog_time
106-
$(RUN_PREFIX_TEST) sh -c "cd /demo/copilot/src/monitors \
106+
$(RUN_PREFIX_TEST) sudo sh -c "cd /demo/copilot/src/monitors \
107107
&& ../tests/runtests.sh"

0 commit comments

Comments
 (0)