Add test-scheduler dir to verity
[bottlenecks.git] / verify.sh
index 1cdac39..b5748c3 100755 (executable)
--- 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 "========================================="