Skip to content

Commit

Permalink
Fail early on run-integraiton.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Apr 12, 2022
1 parent 1260f4d commit f44498b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/run-integration.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

OC_PATH=../../../
OCC=${OC_PATH}occ
SCENARIO_TO_RUN=$1
Expand Down Expand Up @@ -34,6 +36,7 @@ else
COOL_CONTAINER=$(docker run -t -d -p 9980:9980 -e "domain=localhost" -e "extra_params=--o:ssl.enable=false" collabora/code)
fi;

curl --fail http://localhost:$PORT_COOL/hosting/capabilities



Expand Down

0 comments on commit f44498b

Please sign in to comment.