summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2013-04-05 14:05:03 -0700
committertermie <github@anarkystic.com>2013-04-22 10:01:55 -0700
commita3742ecc255a84692f0efc1f7aeef1fb9b1c4346 (patch)
treeffb3e38f9a49b2cfdedf6e83544254ddb278fa11 /run_tests.sh
parent166a03c6b02fa5edd912a9a0e92af83a7648691c (diff)
downloadkeystone-a3742ecc255a84692f0efc1f7aeef1fb9b1c4346.tar.gz
keystone-a3742ecc255a84692f0efc1f7aeef1fb9b1c4346.tar.xz
keystone-a3742ecc255a84692f0efc1f7aeef1fb9b1c4346.zip
fix duplicate option error
when using ./run_tests.sh with -xintegration this test fails with a duplicate option error, we shouldn't be running it there Change-Id: Idb0f7608bbefd2975958ae30977e9a4d5debfc1f
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 3218b787..903390f8 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 run_tests {