all repos — tint2 @ c064ec70edc3f0477780cd0a32e091af1824d06f

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Fix CI script
o9000 mrovi9000@gmail.com
commit

c064ec70edc3f0477780cd0a32e091af1824d06f

parent

a9a9a753bc15f48d851387df1550245500bb82d6

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M test/regression.pytest/regression.py

@@ -246,10 +246,10 @@ print("```\n" + out.strip() + "\n```")

return if "tests succeeded" in out: num_tests = [line for line in out.split("\n") if "tint2: Running" in line][0] - print "All {0} tests succeeded.".format(num_tests) + print("All {0} tests succeeded.".format(num_tests)) return if "tests failed" in out: - print out + print("```\n" + out.strip() + "\n```") stop_xvfb()