From 6cdb33814f4e2efe9575d3a38cb95b6e57dd09ef Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Sun, 29 Oct 2017 13:37:00 +0100 Subject: [PATCH] Cleaning up notifications before the next test starts --- bin/cleanup-container.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/cleanup-container.sh b/bin/cleanup-container.sh index 9828b6f5..5c29e418 100755 --- a/bin/cleanup-container.sh +++ b/bin/cleanup-container.sh @@ -6,6 +6,8 @@ set +e killall --ignore-case --quiet --regexp "chrome.*" killall --ignore-case --quiet --regexp "geckodriver.*" killall --ignore-case --quiet --regexp "firefox.*" +# Kill any open notifications so the next test does not see them +killall --ignore-case --quiet --regexp "xfce4-notifyd.*" # After transferring the logs: reset them for the next test for filename in /var/log/cont/*.log; do