Clean test database out in between unit test runs
This commit is contained in:
Родитель
642b34e1d0
Коммит
5d80dea09a
|
@ -23,6 +23,7 @@ fi
|
||||||
which airflow > /dev/null || python setup.py develop
|
which airflow > /dev/null || python setup.py develop
|
||||||
|
|
||||||
echo "Initializing the DB"
|
echo "Initializing the DB"
|
||||||
|
yes | airflow resetdb
|
||||||
airflow initdb
|
airflow initdb
|
||||||
|
|
||||||
echo "Starting the unit tests with the following nose arguments: "$nose_args
|
echo "Starting the unit tests with the following nose arguments: "$nose_args
|
||||||
|
|
Загрузка…
Ссылка в новой задаче