all repos — tint2 @ 4171e231535444e86b6361e5c5f5d57bd9e44bbe

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

Do not run regression tests more than once for a commit
o9000 mrovi9000@gmail.com
commit

4171e231535444e86b6361e5c5f5d57bd9e44bbe

parent

725f625aba389e2563f6b02c2d9a3915e7d6d450

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

jump to
M test/update_test_status.shtest/update_test_status.sh

@@ -11,7 +11,9 @@

cd ~/tint2 git reset --hard git pull - +last=$(cat .last-reg-test) +curr=$(git rev-parse --verify HEAD) +[ "$last" == "$curr" ] && exit 0 cd ~/tint2.wiki git reset --hard

@@ -27,3 +29,6 @@ cd ~/tint2.wiki

git add tests.md git commit -am 'Update test results' git push origin master + +cd ~/tint2 +echo "$curr" > .last-reg-test