Only test postgresql on win32
parent
56e8ddb9cb
commit
c441d2a629
|
@ -41,12 +41,12 @@ IN: db.tester
|
||||||
] call ; inline
|
] call ; inline
|
||||||
|
|
||||||
: test-postgresql ( quot -- )
|
: test-postgresql ( quot -- )
|
||||||
postgresql-template1-db [
|
|
||||||
postgresql-test-db-name ensure-database
|
|
||||||
] with-db
|
|
||||||
|
|
||||||
'[
|
'[
|
||||||
os windows? cpu x86.64? and [
|
os windows? cpu x86.64? and [
|
||||||
|
postgresql-template1-db [
|
||||||
|
postgresql-test-db-name ensure-database
|
||||||
|
] with-db
|
||||||
[ ] [ postgresql-test-db _ with-db ] unit-test
|
[ ] [ postgresql-test-db _ with-db ] unit-test
|
||||||
] unless
|
] unless
|
||||||
] call ; inline
|
] call ; inline
|
||||||
|
|
Loading…
Reference in New Issue