tini/dtest.sh

10 lines
124 B
Bash
Executable File

#!/bin/bash
set -o errexit
set -o nounset
IMG="tini"
docker build -t "${IMG}" .
python test/run_outer_tests.py "${IMG}"