beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: spawn_subprocess: handle non-bytes args
2023-06-18, Edouard Tisserant
f7bc4e5832be
file is
Executable
Runtime: spawn_subprocess: handle non-bytes args
#!/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