diff options
author | Hans Feldt <hans.feldt@ericsson.com> | 2015-05-28 14:49:11 +0200 |
---|---|---|
committer | Hans Feldt <hans.feldt@ericsson.com> | 2015-05-28 14:49:11 +0200 |
commit | 035d9ed51b56d15bc777a8dcc269102664348ac8 (patch) | |
tree | 9a406586d29c55f9f4a3c4d141a863f0f9973ad2 | |
parent | d938d8b963837b87503c6a66b8661b2609c28233 (diff) |
fix run_tests.sh
Since we have no tests yet, just run flake8
Change-Id: I623d96c924524b2992175d345e176b7fd743413d
JIRA: -
Signed-off-by: Hans Feldt <hans.feldt@ericsson.com>
-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 6770e64cb..cb8fdb310 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -36,5 +36,5 @@ run_tests() { } run_flake8 -run_tests +#run_tests |