Skip to content

Commit caf422e

Browse files
Stop bash script at first error
1 parent 3bbec56 commit caf422e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dockerfiles/run-gui-tests.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -e
4+
35
# Just in case it's running, we stop the web server.
46
docker-compose stop web
57

0 commit comments

Comments
 (0)