Only test postgresql on win32

db4
Doug Coleman 2011-09-07 00:35:26 -07:00
parent 56e8ddb9cb
commit c441d2a629
1 changed files with 3 additions and 3 deletions

View File

@ -41,12 +41,12 @@ IN: db.tester
] call ; inline
: test-postgresql ( quot -- )
postgresql-template1-db [
postgresql-test-db-name ensure-database
] with-db
'[
os windows? cpu x86.64? and [
postgresql-template1-db [
postgresql-test-db-name ensure-database
] with-db
[ ] [ postgresql-test-db _ with-db ] unit-test
] unless
] call ; inline