Debugging remaining travis issues

This commit is contained in:
Felix Krause 2016-10-09 15:42:43 +02:00
parent 636ee81295
commit ea90b4d2db
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ macro genTests(): untyped =
ensureDevKitCloneCorrect(pwd)
result = newStmtList()
for kind, dirName in walkDir(absolutePath, true):
echo "[tparser] directory item: kind=", kind, ", name=", dirName
if kind == pcDir:
if dirName in [".git", "name", "tags", "meta"]: continue
echo "[tparser] Test: " & dirName