diff options
author | Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com> | 2018-09-04 19:19:45 +0800 |
---|---|---|
committer | Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com> | 2018-09-04 20:51:14 +0800 |
commit | e2c74c1522cadc777808cdc5b4e427d6fc015a67 (patch) | |
tree | ff778af5d65f7ccca229f4dd89311cd312cf581d /verify.sh | |
parent | 4822983c35de8583b396a689d8a1bbdae193f39d (diff) |
Add test-scheduler dir to verity
Change-Id: Ia333d9d3b79a0f51cf003e608a651a4f5551de2f
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'verify.sh')
-rwxr-xr-x | verify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ # Run flake8, unit, coverage test getopts ":f" FILE_OPTION -STYLE_CHECK_DIRS="testsuites/posca/ utils/ monitor/" +STYLE_CHECK_DIRS="testsuites/posca/ utils/ monitor/ test-scheduler/" run_flake8() { echo "=========================================" |