1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-06-21 01:34:15 +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
+1 -1
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