Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
run_tests.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/run_tests.sh b/run_tests.sh
index 5e0d631..e791ed9 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -90,7 +90,7 @@ run_tests() {
run_pylint() {
echo "Running pylint ..."
PYLINT_OPTIONS="--rcfile=.pylintrc --output-format=parseable"
- PYLINT_INCLUDE="ryu bin/ryu-manager ryu/tests/bin/ryu-client"
+ PYLINT_INCLUDE="ryu ryu/tests/bin/ryu-client"
export PYTHONPATH=$PYTHONPATH:.ryu
PYLINT_LOG=pylint.log
@@ -108,7 +108,7 @@ run_pep8() {
PEP8_EXCLUDE="vcsversion.py,*.pyc,contrib"
PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --repeat --show-source"
- PEP8_INCLUDE="bin/* ryu setup*.py"
+ PEP8_INCLUDE="ryu setup*.py"
PEP8_LOG=pep8.log
${wrapper} pep8 $PEP8_OPTIONS $PEP8_INCLUDE | tee $PEP8_LOG
}
--
1.8.3.1
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel