From c723df406f342f70384126d1f94bd05d269952d1 Mon Sep 17 00:00:00 2001 From: Tyler Baker Date: Fri, 25 Oct 2013 12:31:08 -0700 Subject: Moar tweaks. Signed-off-by: Tyler Baker --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index d416e41..37940f8 100755 --- a/run.sh +++ b/run.sh @@ -49,7 +49,7 @@ function pep8_check () sed 's/^/*/g' $WORKSPACE/pep8 >> $WORKSPACE/results echo "PEP8 CHECK FAILED:" pep8 --ignore E501 --show-source --show-pep8 . - echo "* Please see the build url below for verbose PEP8 output" >> $WORKSPACE/results + echo "* Please see the console output from the build url below for verbose PEP8 output" >> $WORKSPACE/results else echo "* Test Passed: PEP8 (pep8 --ignore E501 .)" >> $WORKSPACE/results fi -- cgit v1.2.3