mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-13 04:26:33 +03:00
Fixed travis test: unset green mode
This commit is contained in:
parent
70e14323f9
commit
b179645ff7
|
@ -15,7 +15,7 @@ run_test () {
|
||||||
export PSYCOPG2_TESTDB_PORT=$port
|
export PSYCOPG2_TESTDB_PORT=$port
|
||||||
export PSYCOPG2_TESTDB_USER=travis
|
export PSYCOPG2_TESTDB_USER=travis
|
||||||
export PSYCOPG2_TEST_REPL_DSN=
|
export PSYCOPG2_TEST_REPL_DSN=
|
||||||
|
unset PSYCOPG2_TEST_GREEN
|
||||||
python -c "from psycopg2 import tests; tests.unittest.main(defaultTest='tests.test_suite')"
|
python -c "from psycopg2 import tests; tests.unittest.main(defaultTest='tests.test_suite')"
|
||||||
|
|
||||||
printf "\n\nRunning tests against PostgreSQL $version (green mode)\n\n"
|
printf "\n\nRunning tests against PostgreSQL $version (green mode)\n\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user