From 24cc85beab49be38416c47e13e20c2461e863cbb Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 13 Jun 2021 01:43:09 +0100 Subject: Create and drop PostgreSQL mock DBs as needed --- test/Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 38bee41..691a68f 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -16,4 +16,4 @@ run test-bitset.cpp ; run test-streams.cpp ; run test-misc.cpp ; run test-mysql.cpp : : : testdb ; -run test-postgresql.cpp ; +run test-postgresql.cpp : : : testdb ; -- cgit v1.2.3