summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2013-02-12 17:10:42 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-02-12 20:21:33 +0900
commit95321218c129f468cb52bff0cc3106ed77c9929a (patch)
tree408baffb1f13b9eddf0c2a5111ae5241ee2eddb2
parent5d9efe045e28474a381625b1509edc5630a8cbca (diff)
tests: make run_tests.py, test_lib.py executable as it includes #!
rpmlint requires it as follows. > ryu.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/ryu/tests/run_tests.py 0644L /usr/bin/env > ryu.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/ryu/tests/test_lib.py 0644L /usr/bin/env > This text file contains a shebang or is located in a path dedicated for > executables, but lacks the executable bits and cannot thus be executed. If > the file is meant to be an executable script, add the executable bits, > otherwise remove the shebang or move the file elsewhere. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rwxr-xr-x[-rw-r--r--]ryu/tests/run_tests.py0
-rwxr-xr-x[-rw-r--r--]ryu/tests/test_lib.py0
2 files changed, 0 insertions, 0 deletions
diff --git a/ryu/tests/run_tests.py b/ryu/tests/run_tests.py
index b3d18686..b3d18686 100644..100755
--- a/ryu/tests/run_tests.py
+++ b/ryu/tests/run_tests.py
diff --git a/ryu/tests/test_lib.py b/ryu/tests/test_lib.py
index 77d5a276..77d5a276 100644..100755
--- a/ryu/tests/test_lib.py
+++ b/ryu/tests/test_lib.py