linux fixes

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-03 17:59:35 -07:00
parent cbfdf99a9e
commit e28602dbbb
42 changed files with 186 additions and 225 deletions
@@ -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(),