beremiz
Clone
Summary
Browse
Changes
Graph
WAMP: enhance feedback for connection problems from IDE or CLI
15 months ago, Edouard Tisserant
fd9bfe601d10
file is
Executable
WAMP: enhance feedback for connection problems from IDE or CLI
In case of authentication or TLS error, explicit warning is addressed to user through log messages.
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker stop $CONTAINER
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER