qa_utils: disable Python support in TEST_APP_MAIN
This commit is contained in:
parent
f4b25a756d
commit
4b243c425b
|
@ -256,9 +256,9 @@ int main( int argc, char** argv )
|
|||
wxInitialize( argc, argv );
|
||||
|
||||
#ifdef TEST_APP_GUI
|
||||
Pgm().InitPgm( false );
|
||||
Pgm().InitPgm( false, true );
|
||||
#else
|
||||
Pgm().InitPgm( true );
|
||||
Pgm().InitPgm( true, true );
|
||||
#endif
|
||||
|
||||
auto ret = wxEntry( argc, argv );
|
||||
|
|
Loading…
Reference in New Issue