File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ services:
44 image : erwindon/saltgui-saltmaster:3007.4
55 hostname : saltmaster-local
66 ports :
7- - 4505:4505
8- - 4506:4506
97 - 3333:3333
108 volumes :
119 - ./srv/:/srv/
Original file line number Diff line number Diff line change 66# get the needed software
77sudo apt install -y libxss1 libgconf-2-4 libnss3 libasound2 libgtk-3-0 xvfb psmisc
88
9- # prevent conflict with a running salt installation
10- sudo systemctl stop salt-master salt-api
11- # or a previous running xvfb
12- killall Xvfb
9+ # prevent conflict with a previous running xvfb
10+ killall --quiet Xvfb
1311
1412set -e
1513
@@ -47,7 +45,4 @@ xvfb-run npm run test:functional
4745# remove the containers
4846docker-compose --file docker/docker-compose.yml rm --force --stop
4947
50- # start the usual software again
51- sudo systemctl start salt-master salt-api
52-
5348echo " DONE!"
You can’t perform that action at this time.
0 commit comments