Trivial (testing) update

This commit is contained in:
Miroslav Stampar
2019-04-29 14:41:12 +02:00
parent e0940438b3
commit fcb31b85b6
3 changed files with 2 additions and 5 deletions

View File

@@ -97,9 +97,6 @@ def smokeTest():
retVal = True
count, length = 0, 0
if not checkIntegrity():
retVal = False
for root, _, files in os.walk(paths.SQLMAP_ROOT_PATH):
if any(_ in root for _ in ("thirdparty", "extra")):
continue