summaryrefslogtreecommitdiffstats
path: root/verify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'verify.sh')
-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 "========================================="