DaedalicEntertainment/ue4-test-automation

Gauntlet run batch file fails

Raff-TLM opened this issue · 1 comments

Hello,

I'm using Unreal Engine 4.26

When running test with Gauntlet, following the guide, I get this error

Batch file:

"D:\MyUnrealProject\Engine\Build\BatchFiles\RunUAT.bat"
RunUnreal
-project="D:\MyUnrealProject\MyGame\MyGame.uproject"
-scriptdir="D:\MyUnrealProject\MyGame"
-platform=Win64
-configuration=Development
-build=editor
-test="DaedalicTestAutomationPlugin.Automation.DaeGauntletTest"

Cmd output:

Running AutomationTool...
Parsing command line: -compile
ERROR: Failed to find scripts to execute in the command line params.
AutomationTool exiting with ExitCode=1 (Error_Unknown)
BUILD FAILED

Any hint?

Thanks

What a fail... it is just one command... tha batch needs to be one line only (with all arguments)