~charlesk/keeper/wtf

« back to all changes in this revision

Viewing changes to tests/integration/helpers/test-helpers-base.cpp

mergeĀ lp:~xavi-garcia-mena/keeper/remove-kill-in-tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
 
343
343
    // if the test passed, clean up the xdg_data_home_dir temp too
344
344
    xdg_data_home_dir.setAutoRemove(passed);
345
 
 
346
 
    // TODO investigate why the service gets to an state that does not listen to SIGTEM signals
347
 
    // If we don't make the following call at main.cpp handler.setupUnixSignalHandlers();
348
 
    // it exists fine.
349
 
    if (keeper_service)
350
 
        kill(keeper_service->pid(), SIGKILL);
351
345
}
352
346
 
353
347
bool TestHelpersBase::init_helper_registry(QString const& registry)