Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Merge 59c473c into 13539d3
Browse files Browse the repository at this point in the history
  • Loading branch information
krisgesling authored Sep 3, 2021
2 parents 13539d3 + 59c473c commit 4e366b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integrationtests/voight_kampff/run_test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

# Start pulseaudio if running in CI environment
if [[ -v CI ]]; then
# Ensure pulseaudio is stateless on start up
# This stops the daemon from randomly failing on startup
# See https://superuser.com/a/1545361 for more info
rm -rf /root/.config/pulse
pulseaudio -D
fi
# Start all mycroft core services.
Expand Down

0 comments on commit 4e366b4

Please sign in to comment.