summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2013-10-25 12:28:42 -0700
committerTyler Baker <tyler.baker@linaro.org>2013-10-25 12:28:42 -0700
commit7163e6f2c0c0695ae1675a204f9bc94e1dd0589c (patch)
tree8810d3dbab371bccb1ccb608253bd595ac16fd8b /run.sh
parent7073f16fc1a42a05946e04b9cbf8aa3b6a7cb471 (diff)
More tweaks.
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 0f07e59..d416e41 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_URLconsole for verbose PEP8 output" >> $WORKSPACE/results
+ echo "* Please see the build url below for verbose PEP8 output" >> $WORKSPACE/results
else
echo "* Test Passed: PEP8 (pep8 --ignore E501 .)" >> $WORKSPACE/results
fi