DaedalicEntertainment / ue4-test-automation

Facilitates setting up integration test suits with Unreal Engine 4 Gauntlet.
https://www.daedalic.com
MIT License
215 stars 62 forks source link

Gauntlet run batch file fails #20

Closed Raff-TLM closed 3 years ago

Raff-TLM commented 3 years ago

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

Raff-TLM commented 3 years ago

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