1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00

and again try fix travis tests.init_test

This commit is contained in:
Yura Sokolov 2022-11-30 14:58:36 +03:00
parent e2dd78a99e
commit 3b2efe63a2

View File

@ -111,7 +111,7 @@ if [ "$MODE" = "basic" ]; then
export PG_PROBACKUP_TEST_BASIC=ON
echo PG_PROBACKUP_TEST_BASIC=${PG_PROBACKUP_TEST_BASIC}
python3 -m unittest -v tests
python3 -m unittest -v tests.init
python3 -m unittest -v tests.init_test
else
echo PG_PROBACKUP_TEST_BASIC=${PG_PROBACKUP_TEST_BASIC}
python3 -m unittest -v tests.$MODE