Files
SQLBot/backend/scripts/tests-start.sh

8 lines
93 B
Bash
Raw Normal View History

2025-09-08 16:35:37 +08:00
#! /usr/bin/env bash
set -e
set -x
python app/tests_pre_start.py
bash scripts/test.sh "$@"