summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>2018-09-04 19:19:45 +0800
committerYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>2018-09-04 20:51:14 +0800
commite2c74c1522cadc777808cdc5b4e427d6fc015a67 (patch)
treeff778af5d65f7ccca229f4dd89311cd312cf581d
parent4822983c35de8583b396a689d8a1bbdae193f39d (diff)
Add test-scheduler dir to verity
Change-Id: Ia333d9d3b79a0f51cf003e608a651a4f5551de2f Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
-rwxr-xr-xverify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/verify.sh b/verify.sh
index 1cdac39c..b5748c34 100755
--- a/verify.sh
+++ b/verify.sh
@@ -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 "========================================="