brewman/brewman/tests-start.sh

7 lines
93 B
Bash
Raw Permalink Normal View History

2020-11-02 18:08:38 +00:00
#! /usr/bin/env bash
set -e
python /app/app/tests_pre_start.py
bash ./scripts/test.sh "$@"