beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: fix invocation of json_scanf (use pointers, not values...)
21 months ago, Edouard Tisserant
9e4a3a3ea5c0
file is
Executable
MQTT: fix invocation of json_scanf (use pointers, not values...)
#!/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