Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bin/cleanup-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down