From 8e04b9bf78bbc8f0f6938338e2a6d53f8ff6ae0e Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Tue, 28 Jan 2014 06:01:21 -0500 Subject: add mode parameter to mkdir method add mode parameter to mkdir to allow setting the dir access mode when the directory is being created Change-Id: I6f1ed0c8800fb65a30448e6082cf55b8220a06d4 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 ef0934c..a347e1e 100755 --- a/tools/functional_tests.sh +++ b/tools/functional_tests.sh @@ -54,7 +54,7 @@ done mkdir functional_tests > /dev/null 2>&1 -sudo_env nosetests -v --exe \ +nosetests -v --exe \ --with-xunit \ --xunit-file functional_tests/libgfapi-python.xml \ --with-html-output \ -- cgit