couchbaselabs / sync-gateway-tests

Sync Gateway Functional Tests
3 stars 2 forks source link

Unify LiteServ launching code. #87

Open sethrosetter opened 8 years ago

sethrosetter commented 8 years ago

I am working on allowing these tests to run with encryption enabled which requires flags to be passes when launching LiteServ for mac. I have noticed that the launcher code is not the same for each test. Most tests use common.launchClient, however some tests such as liteserv-launcher.js, liteserv-phalanx, and few other have duplicated code. Is it possible for all test to use common.launchClient to pick up my encryption + storage launching options?