2019-02-09 19:42:36 +04:00
|
|
|
#! /usr/bin/env bash
|
|
|
|
|
set -e
|
2024-03-11 17:49:35 +01:00
|
|
|
set -x
|
2019-02-09 19:42:36 +04:00
|
|
|
|
|
|
|
|
python /app/app/tests_pre_start.py
|
|
|
|
|
|
2024-03-11 17:49:35 +01:00
|
|
|
bash ./scripts/lint.sh
|
2020-04-20 19:03:13 +02:00
|
|
|
bash ./scripts/test.sh "$@"
|