aptly mirror create system tests.

This commit is contained in:
Andrey Smirnov
2014-01-21 14:21:22 +04:00
parent 7ec27ad88c
commit e1ca459329
13 changed files with 153 additions and 8 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ def run():
except BaseException, e:
numFailed += 1
fails.append((test, t, e, testModule))
sys.stdout.write("FAIL\n")
sys.stdout.write(colored("FAIL\n", color="red"))
else:
sys.stdout.write(colored("OK\n", color="green"))