From 7073f16fc1a42a05946e04b9cbf8aa3b6a7cb471 Mon Sep 17 00:00:00 2001 From: Tyler Baker Date: Fri, 25 Oct 2013 12:26:54 -0700 Subject: Fix a bit of formatting. Signed-off-by: Tyler Baker --- run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index b68393a..0f07e59 100755 --- a/run.sh +++ b/run.sh @@ -45,13 +45,13 @@ function pep8_check () if [[ -s $WORKSPACE/pep8 ]] then - echo "* Test Failed: PEP8 (pep8 --ignore E501)" >> $WORKSPACE/results + echo "* Test Failed: PEP8 (pep8 --ignore E501 .)" >> $WORKSPACE/results sed 's/^/*/g' $WORKSPACE/pep8 >> $WORKSPACE/results echo "PEP8 CHECK FAILED:" pep8 --ignore E501 --show-source --show-pep8 . - echo "* Please see the $BUILD_URL/console for verbose PEP8 output" >> $WORKSPACE/results + echo "* Please see the $BUILD_URLconsole for verbose PEP8 output" >> $WORKSPACE/results else - echo "* Test Passed: PEP8 (pep8 --ignore E501)" >> $WORKSPACE/results + echo "* Test Passed: PEP8 (pep8 --ignore E501 .)" >> $WORKSPACE/results fi } -- cgit v1.2.3