We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33b139 commit a4d329dCopy full SHA for a4d329d
dockerfiles/run-gui-tests.sh
@@ -38,4 +38,5 @@ SERVER_PID=$!
38
# status="docker run . -v `pwd`:/build/out:ro gui_tests"
39
docker compose run gui_tests
40
status=$?
41
+kill $SERVER_PID
42
exit $status
0 commit comments