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