summaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
authorHengqing Hu <hudayou@hotmail.com>2012-03-03 12:44:11 +0800
committerHengqing Hu <hudayou@hotmail.com>2012-03-03 12:45:09 +0800
commit96a106e529e36298583701d7af5d33ba9a02bc72 (patch)
tree5fd595d2454f20f6988d9a1ac3e28283f52deef4 /run_tests.sh
parentca767856b600f2f14243b0979f706b78635996fd (diff)
downloadpython-keystoneclient-96a106e529e36298583701d7af5d33ba9a02bc72.tar.gz
Remove trailing whitespaces in regular file
Change-Id: I49c7f59fd1c695ccfccbd597a15e01d2d140eb20
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 4cd3e3f..d22a745 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