diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 14:08:34 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 14:11:27 +0000 |
commit | c1ca338fdb32b05fd047730be9ca6569d22c6806 (patch) | |
tree | 23eb2052dd9aaf7569d5c030a9b3676b69de947f /test/tc_mauve_database_peculiarities.rb | |
parent | cce9b3743fa1128ffb72b7d2c5f5aa94a52993e9 (diff) |
Updated gems to (roughly) jessie versions; removed XMPP support.
Also changed the postgres tests to "skip" if no postgres db is
available.
Diffstat (limited to 'test/tc_mauve_database_peculiarities.rb')
-rw-r--r-- | test/tc_mauve_database_peculiarities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_mauve_database_peculiarities.rb b/test/tc_mauve_database_peculiarities.rb index ceef9ad..78459e2 100644 --- a/test/tc_mauve_database_peculiarities.rb +++ b/test/tc_mauve_database_peculiarities.rb @@ -69,7 +69,7 @@ class TcMauveDatabasePostgresPeculiarities < TcMauveDatabasePeculiarities unless $?.success? msg = "Skipping postgres tests, as DB creation (#{@temp_db}) failed." @temp_db = nil - flunk(msg) + skip(msg) end # @pg_conn = PGconn.open(:dbname => @temp_db) @db_url = "postgres:///#{@temp_db}" |