TestSuite: Activation of the runtime headless mode whenever globals are set up.
This commit is contained in:
parent
4699939275
commit
2aa8d8ccbf
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ void initTestGlobals(const std::string& testName)
|
||||||
|
|
||||||
globals->set_fg_home(homePath);
|
globals->set_fg_home(homePath);
|
||||||
|
|
||||||
|
// Activate headless mode.
|
||||||
|
globals->set_headless(true);
|
||||||
|
|
||||||
fgSetDefaults();
|
fgSetDefaults();
|
||||||
|
|
||||||
std::unique_ptr<TimeManager> t;
|
std::unique_ptr<TimeManager> t;
|
||||||
|
|
Loading…
Reference in a new issue