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?
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 usecommon.launchClient
to pick up my encryption + storage launching options?