mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
qa: Do not force overwrite of QT_QPA_PLATFORM on windows for gui tests
This commit is contained in:
parent
faccf5f9c8
commit
fa06bb607d
@ -61,7 +61,7 @@ int main(int argc, char *argv[])
|
||||
// platform ("xcb", "windows", or "cocoa") so tests can't unintentionally
|
||||
// interfere with any background GUIs and don't require extra resources.
|
||||
#if defined(WIN32)
|
||||
_putenv_s("QT_QPA_PLATFORM", "minimal");
|
||||
if (getenv("QT_QPA_PLATFORM") == nullptr) _putenv_s("QT_QPA_PLATFORM", "minimal");
|
||||
#else
|
||||
setenv("QT_QPA_PLATFORM", "minimal", /* overwrite */ 0);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user