diff --git a/AUTHORS b/AUTHORS index 90119747c..ac3ff114e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,6 +7,7 @@ Chris Behrens Christopher MacGown Ed Leafe Eldar Nugaev +Hengqing Hu Ilya Alekseyev Johannes Erdfelt Josh Kearney @@ -16,4 +17,4 @@ Lvov Maxim Matt Dietz Sandy Walsh Gabriel Hurley -Joe Heck \ No newline at end of file +Joe Heck diff --git a/run_tests.sh b/run_tests.sh index 4cd3e3fc6..d22a745ef 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -56,7 +56,7 @@ for arg in "$@"; do process_option $arg done -# If enabled, tell nose to collect coverage data +# If enabled, tell nose to collect coverage data if [ $coverage -eq 1 ]; then noseopts="$noseopts --with-coverage --cover-package=keystoneclient" fi