summaryrefslogtreecommitdiffhomepage
path: root/run_tests.sh
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2014-02-07 12:42:45 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-02-07 19:53:32 +0900
commite3d08bd5872f5c3fcdf7ef853cb1be7ff352fade (patch)
tree461b51374e4abd713e46a7106bd10498915473a1 /run_tests.sh
parent3423b2a20d6df5521c7ab6d7e9d201ff9a505e6d (diff)
run_tests.sh: add of-config-cli to PYLINT_INCLUDE
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 89153a2c..458da620 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/rpc-cli ryu/tests/bin/ryu-client"
+ PYLINT_INCLUDE="ryu bin/rpc-cli ryu/tests/bin/ryu-client ryu/tests/bin/of-config-cli"
export PYTHONPATH=$PYTHONPATH:.ryu
PYLINT_LOG=pylint.log