We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dd78a commit 3b2efe6Copy full SHA for 3b2efe6
travis/run_tests.sh
@@ -111,7 +111,7 @@ if [ "$MODE" = "basic" ]; then
111
export PG_PROBACKUP_TEST_BASIC=ON
112
echo PG_PROBACKUP_TEST_BASIC=${PG_PROBACKUP_TEST_BASIC}
113
python3 -m unittest -v tests
114
- python3 -m unittest -v tests.init
+ python3 -m unittest -v tests.init_test
115
else
116
117
python3 -m unittest -v tests.$MODE
0 commit comments