diff options
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-x | tests/run_tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index db7e6206..a86c9649 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +if [ $# -eq 1 ]; then cd $1; fi + # ========================================================== # test for OpenStack/Moon API through moonclient cli |