beremiz
Clone
Summary
Browse
Changes
Graph
tests: fix tests being systematically re-executed
2022-07-17, Edouard Tisserant
45e482f279f4
file is
Executable
tests: fix tests being systematically re-executed
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER