diff options
author | Thiago da Silva <thiago@redhat.com> | 2014-01-28 06:01:21 -0500 |
---|---|---|
committer | Thiago da Silva <thiago@redhat.com> | 2014-01-29 08:40:28 -0500 |
commit | 8e04b9bf78bbc8f0f6938338e2a6d53f8ff6ae0e (patch) | |
tree | 2e6182820e35ba5d03fc1553867ac0a3e2af496f /tools | |
parent | d3d96bf3804d1cbf5119fd2ef1f102e8756ef636 (diff) |
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 <thiago@redhat.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/functional_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |