all repos — tint2 @ fb438031c3f5ce561f7b838aef3361e3a8af5109

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

fb438031c3f5ce561f7b838aef3361e3a8af5109

parent

e5380f8e294db1ac5512dd87947f95d8cbaf3a7a

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

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

@@ -236,7 +236,6 @@ os.environ["ASAN_OPTIONS"] = "detect_leaks=1:exitcode=0"

tint2 = run([tint2path, "--test-verbose"], True) if tint2.poll() != None: raise RuntimeError("tint2 failed to start") - stop(tint2) out, _ = tint2.communicate() exitcode = tint2.returncode if exitcode != 0 and exitcode != 23: