diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2014-02-07 12:42:45 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-02-07 19:53:32 +0900 |
commit | e3d08bd5872f5c3fcdf7ef853cb1be7ff352fade (patch) | |
tree | 461b51374e4abd713e46a7106bd10498915473a1 /run_tests.sh | |
parent | 3423b2a20d6df5521c7ab6d7e9d201ff9a505e6d (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-x | run_tests.sh | 2 |
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 |