From a3742ecc255a84692f0efc1f7aeef1fb9b1c4346 Mon Sep 17 00:00:00 2001 From: termie Date: Fri, 5 Apr 2013 14:05:03 -0700 Subject: 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 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_tests.sh') 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 { -- cgit