From e9120dff7f8662842045f830eaf0379b0ad2618c Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 13 Feb 2012 17:02:47 -0800 Subject: [PATCH] Added backslash on to ensure we get the right msgs. --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 4a842378..fa7d018b 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -154,7 +154,7 @@ function run_pylint { PYLINT_INCLUDE+=" stack run_tests.py" TEE_FN="pylint.log" echo "Pylint messages count: " - pylint ${PYLINT_OPTIONS} ${PYLINT_INCLUDE} 2>&1 | tee $TEE_FN | grep 'devstack' | wc -l + pylint ${PYLINT_OPTIONS} ${PYLINT_INCLUDE} 2>&1 | tee $TEE_FN | grep 'devstack/' | wc -l if [ "$?" -ne "0" ]; then echo "Sorry, cannot run pylint ..." exit 1