aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2016-10-05 14:05:33 +0200
committerDamjan Marion <dmarion.lists@gmail.com>2016-10-05 16:43:25 +0000
commitb80f9d1b7335f8d32adc0798f26a450419e44695 (patch)
tree6ae58926c0954636d132c93d1d3b051985bb1ed1 /Makefile
parentf154448baa6bad9383d3c05230022ed24e2f2fa4 (diff)
don't require root privileges when running the tests
Change-Id: Ib67bf1a898e3c1e4038698f1cb068ae9099d7921 Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 912ad1a9..3db644e0 100644
--- a/Makefile
+++ b/Makefile
@@ -189,7 +189,7 @@ build-vpp-api: $(BR)/.bootstrap.ok
$(call make,$(PLATFORM)_debug,vpp-api-install)
define test
- @sudo make -C test \
+ @make -C test \
VPP_TEST_BIN=$(BR)/install-$(1)-native/vpp/bin/vpp \
VPP_TEST_API_TEST_BIN=$(BR)/install-$(1)-native/vpp-api-test/bin/vpp_api_test \
V=$(V) TEST=$(TEST)