Skip to content

Commit

Permalink
ADD apt remove rsyslog
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Aug 7, 2023
1 parent 3a0c62f commit a4e51af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/script/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ fibb_down() {
install_test1() {
logging "user.info" "${FUNCNAME[0]}"

sudo apt remove -y rsyslog

sed -i -e "s/^\(ORION_EXPOSE_PORT=\).*/\1local/" config.sh
sed -i -e "s/^\(CYGNUS=\).*/\1cygnus/" config.sh
sed -i -e "s/^\(COMET=\).*/\1comet/" config.sh
Expand Down

0 comments on commit a4e51af

Please sign in to comment.