diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2013-06-29 11:14:16 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-07-01 06:04:06 +0900 |
commit | b38974f363f795708e39b43c768b04c02dd70f08 (patch) | |
tree | ec220c356b55f822bcbd8d4671ef23f72657aeea /run_tests.sh | |
parent | d7db9cff47724de67969e88ee6a467f2e1f2061a (diff) |
rename ryu-client under ryu/tests
Since it is debugging tool for developer, don't install it.
and move it under ryu/rests directory.
Signed-off-by: Isaku Yamahata <yamahata@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 1c6199bb..5e0d6318 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 bin/ryu-client" + PYLINT_INCLUDE="ryu bin/ryu-manager ryu/tests/bin/ryu-client" export PYTHONPATH=$PYTHONPATH:.ryu PYLINT_LOG=pylint.log |