From c53655e90262e17afb6809a2b2fce146d84fdb1e Mon Sep 17 00:00:00 2001 From: inter Date: Mon, 8 Sep 2025 16:35:37 +0800 Subject: [PATCH] Add File --- backend/scripts/tests-start.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 backend/scripts/tests-start.sh diff --git a/backend/scripts/tests-start.sh b/backend/scripts/tests-start.sh new file mode 100644 index 0000000..89dcb0d --- /dev/null +++ b/backend/scripts/tests-start.sh @@ -0,0 +1,7 @@ +#! /usr/bin/env bash +set -e +set -x + +python app/tests_pre_start.py + +bash scripts/test.sh "$@"