On Sun, Jul 13, 2014 at 04:37:18PM +0200, Vadim Zhukov wrote: > 2014-07-13 15:50 GMT+02:00 Giovanni Bechis <[email protected]>: > > if TEST_MYSQL or TEST_PG are enabled regression tests will become > > interactive, > > it is also worth to comment dbicadmin.1 as well. > > Otherwise ok. > > Does "interactive" means "wants server up and running"? If just that, > it could be done in port, like I did it recently for > databases/libpqxx.
The tests themselves aren't interactive, so yes server up-and-running, although it is unlikely anyone has mysql root or postgres users with blank passwords, so unlikely to pass without some work. I edited the Makefile to put in the correct user/pass for these when I was testing, so that's interactive. I will look at libpqxx and see if I can automate it though as that would be much handier. Would be really nice if I could just add TEST_WITH_MYSQL=Yes and then get variables with the username and password exported to me in the Makefile though :-) l8rZ, -- andrew - http://afresh1.com A hacker does for love what others would not do for money.
