Skip to content

Commit ba8a98f

Browse files
GuillaumeGomezsyphar
authored andcommitted
Kill server once done running GUI test
1 parent ce6dbb4 commit ba8a98f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerfiles/run-gui-tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ SERVER_PID=$!
3838
# status="docker run . -v `pwd`:/build/out:ro gui_tests"
3939
docker compose run gui_tests
4040
status=$?
41+
kill $SERVER_PID
4142
exit $status

0 commit comments

Comments
 (0)