소스 검색

Do not remove sqlite as supported db

Zane Kansil 10 년 전
부모
커밋
c6ce71f88f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      toolset/run-ci.py

+ 1 - 1
toolset/run-ci.py

@@ -34,7 +34,7 @@ class CIRunnner:
   Only verifies the first test in each directory 
   '''
 
-  SUPPORTED_DATABASES = "mysql postgres mongodb cassandra elasticsearch redis none".split()
+  SUPPORTED_DATABASES = "mysql postgres mongodb cassandra elasticsearch sqlite redis none".split()
   
   def __init__(self, mode, testdir=None):
     '''