Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 7aa664e

Browse files
diemolelgalu
authored andcommitted
Cleaning up notifications before the next test starts (#183)
1 parent 1c6f004 commit 7aa664e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/cleanup-container.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ set +e
66
killall --ignore-case --quiet --regexp "chrome.*"
77
killall --ignore-case --quiet --regexp "geckodriver.*"
88
killall --ignore-case --quiet --regexp "firefox.*"
9+
# Kill any open notifications so the next test does not see them
10+
killall --ignore-case --quiet --regexp "xfce4-notifyd.*"
911

1012
# After transferring the logs: reset them for the next test
1113
for filename in /var/log/cont/*.log; do

0 commit comments

Comments
 (0)