diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-04-21 08:44:56 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-04-21 19:05:47 +0900 |
commit | 78d0b08048f93e37f6c1eab748c7d59292cc7849 (patch) | |
tree | 13e2bd0b9b3fcc95a33476dba2c93f392c6ca956 /run_tests.sh | |
parent | 95fa2d63d43dc45cea5740aa6a6dbcf1816acc7e (diff) |
delete ryu/tests/bin/of-config-cli
This command is available via ryu command.
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 9330fdb7..6f985e80 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 bin/ryu-manager bin/neutron-ofagent-agent ryu/tests/bin/ryu-client ryu/tests/bin/of-config-cli" + PYLINT_INCLUDE="ryu bin/ryu bin/ryu-manager bin/neutron-ofagent-agent ryu/tests/bin/ryu-client" export PYTHONPATH=$PYTHONPATH:.ryu PYLINT_LOG=pylint.log |