diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-11-28 14:30:05 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-11-29 09:23:41 +0900 |
commit | 3e3cb12c0636fcefbf0b4e922023cf59d8b01573 (patch) | |
tree | d8f63c5980aed389d9efff48ff5ed1817b6a92af /run_tests.sh | |
parent | 220b9e2ca73afaaeff72c53482e21bd282430c61 (diff) |
a simple command line msgpack-rpc client
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 e791ed94..89153a2c 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 ryu/tests/bin/ryu-client" + PYLINT_INCLUDE="ryu bin/rpc-cli ryu/tests/bin/ryu-client" export PYTHONPATH=$PYTHONPATH:.ryu PYLINT_LOG=pylint.log |