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
./clean_docker_container.sh || true
./clean_docker_image.sh || true
./build_docker_image.sh
./create_docker_container.sh $1