linux fixes
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
+5
-2
@@ -11,6 +11,7 @@
|
||||
#include <Process/TestImpactProcessException.h>
|
||||
|
||||
#include <AzCore/std/parallel/lock.h>
|
||||
#include <AzCore/std/string/conversions.h>
|
||||
|
||||
namespace TestImpact
|
||||
{
|
||||
@@ -55,9 +56,11 @@ namespace TestImpact
|
||||
|
||||
CreatePipes(sa, si);
|
||||
|
||||
if (!CreateProcess(
|
||||
AZStd::wstring argsW;
|
||||
AZStd::to_wstring(argsW, args.c_str());
|
||||
if (!CreateProcessW(
|
||||
NULL,
|
||||
&args[0],
|
||||
argsW.c_str(),
|
||||
NULL,
|
||||
NULL,
|
||||
IsPiping(),
|
||||
|
||||
Reference in New Issue
Block a user