summaryrefslogtreecommitdiff
path: root/odb-tests/pgsql/bulk/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'odb-tests/pgsql/bulk/buildfile')
-rw-r--r--odb-tests/pgsql/bulk/buildfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/odb-tests/pgsql/bulk/buildfile b/odb-tests/pgsql/bulk/buildfile
index 6984edb..1885fdd 100644
--- a/odb-tests/pgsql/bulk/buildfile
+++ b/odb-tests/pgsql/bulk/buildfile
@@ -3,9 +3,8 @@
if ($build.meta_operation != 'dist')
{
- assert ($pgsql && !$multi) \
- "pgsql should be configured via config.odb_tests.database variable as a single database"
-
+ assert ($pgsql) "pgsql should be configured for this test"
+ assert (!$multi) "multi-database mode is not supported by this test"
assert ($pgsql_bulk) "bulk operations are disabled for pgsql"
}