backend_and_cms/backend/tests-start.sh

8 lines
100 B
Bash
Raw Normal View History

2024-09-17 12:11:39 +08:00
#! /usr/bin/env bash
set -e
set -x
python /app/app/tests_pre_start.py
bash ./scripts/test.sh "$@"