tests-start.sh 93 B

123456
  1. #! /usr/bin/env bash
  2. set -e
  3. python /app/app/tests_pre_start.py
  4. bash ./scripts/test.sh "$@"