summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-04-23 14:43:58 +0000
committerGerrit Code Review <review@openstack.org>2013-04-23 14:43:58 +0000
commite6b76cea95cf1cc8eec3acfaa5fb3bd95e919249 (patch)
tree9d262fafe49a9039eae75e0b3e461355b042c69b /run_tests.sh
parentdfe3d12d283e668f8157c3a5f301f0b0b586831d (diff)
parenta3742ecc255a84692f0efc1f7aeef1fb9b1c4346 (diff)
downloadkeystone-e6b76cea95cf1cc8eec3acfaa5fb3bd95e919249.tar.gz
keystone-e6b76cea95cf1cc8eec3acfaa5fb3bd95e919249.tar.xz
keystone-e6b76cea95cf1cc8eec3acfaa5fb3bd95e919249.zip
Merge "fix duplicate option error"
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 22447c04..baba4f4b 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -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 {