sal/qa/osl/process/osl_process.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18e579761cb622e8ff7e67f319ef80c61b3bd588
Author:     Mike Kaganski <[email protected]>
AuthorDate: Fri Jan 19 14:41:57 2024 +0600
Commit:     Mike Kaganski <[email protected]>
CommitDate: Fri Jan 19 10:56:50 2024 +0100

    Make osl_execProc_test_batch run the new process hidden
    
    This prevents a console window flashing briefly on Windows, when
    runnung the test.
    
    Was this way since commit d011896d755252105c740f23f31ed43de64f7c98
    (INTEGRATION: CWS sal04 (1.1.2); FILE ADDED, 2003-09-29).
    
    Change-Id: I7fb7bb067786d3ad33f9ba831e3b454c91a35e2a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162296
    Tested-by: Mike Kaganski <[email protected]>
    Reviewed-by: Mike Kaganski <[email protected]>

diff --git a/sal/qa/osl/process/osl_process.cxx 
b/sal/qa/osl/process/osl_process.cxx
index 75a74a717607..f30b854a42f2 100644
--- a/sal/qa/osl/process/osl_process.cxx
+++ b/sal/qa/osl/process/osl_process.cxx
@@ -396,7 +396,7 @@ public:
             suBatch.pData,
             nullptr,
             0,
-            osl_Process_NORMAL,
+            osl_Process_HIDDEN,
             nullptr,
             suCWD.pData,
             nullptr,

Reply via email to