mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-08 05:50:47 +00:00
aptly mirror create system tests.
This commit is contained in:
+1
-1
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user