1
0
Fork 0

TestSuite: Activation of the runtime headless mode whenever globals are set up.

This commit is contained in:
Edward d'Auvergne 2018-06-11 08:50:36 +02:00
parent 4699939275
commit 2aa8d8ccbf

View file

@ -38,6 +38,9 @@ void initTestGlobals(const std::string& testName)
globals->set_fg_home(homePath);
// Activate headless mode.
globals->set_headless(true);
fgSetDefaults();
std::unique_ptr<TimeManager> t;