Merge "fix duplicate option error"

This commit is contained in:
Jenkins 2013-04-23 14:43:58 +00:00 committed by Gerrit Code Review
commit e6b76cea95
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ fi
if [ $nokeystoneclient -eq 1 ]; then
# disable the integration tests
noseopts="$noseopts -I test_keystoneclient*"
noseopts="$noseopts -I test_keystoneclient* -I _test_import_auth_token.py"
fi
function cleanup_test_db {