summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago da Silva <thiago@redhat.com>2014-01-24 10:35:58 -0500
committerThiago da Silva <thiago@redhat.com>2014-01-24 10:35:58 -0500
commitd3d96bf3804d1cbf5119fd2ef1f102e8756ef636 (patch)
tree5ebda5584c7c76ee5826da85a3ef1e85b0886029
parent5be3fc07eb54bedf441f358ccb2ac62152de2a78 (diff)
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 <thiago@redhat.com>
-rwxr-xr-xtools/functional_tests.sh2
1 files changed, 1 insertions, 1 deletions
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 \