beremiz
Clone
Summary
Browse
Changes
Graph
Tests: give test directory when creating container, not when running test.
2022-05-17, Edouard Tisserant
fb8c2fa0d8f0
file is
Executable
Tests: give test directory when creating container, not when running test.
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER