From d3d96bf3804d1cbf5119fd2ef1f102e8756ef636 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Fri, 24 Jan 2014 10:35:58 -0500 Subject: running functest with sudo for now Need to fix issue with libgfapi allowing only apps with root access to mount volume Change-Id: I21a06e6941969b34b3974dd786855bfe5cf3856b Signed-off-by: Thiago da Silva --- tools/functional_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/functional_tests.sh b/tools/functional_tests.sh index a347e1e..ef0934c 100755 --- a/tools/functional_tests.sh +++ b/tools/functional_tests.sh @@ -54,7 +54,7 @@ done mkdir functional_tests > /dev/null 2>&1 -nosetests -v --exe \ +sudo_env nosetests -v --exe \ --with-xunit \ --xunit-file functional_tests/libgfapi-python.xml \ --with-html-output \ -- cgit