I’m a bit new to all of this but has anyone run Gauntlet Tests in -config=Test before? Pretty much any example of Gauntlet I can find uses -config=Development.
I ask this because when I use config=Test, the test gets stuck (though when I use Development), it works. The test I am using currently is the UE.BootTest test.
When running in Development the game launches and then shuts down shortly after. However, when using Test as the config, it never exits out of the game (only until there is a timeout). It simply launches the game and it stays on the first thing that a player would see if they were to launch the game in a shipping mode.
I’ve also tried changing the buildcookrun -config option to tbe Test as well but the same result persists.
It seems like Gauntlet is not being initialized when in Test configuration? This line is from Development and is missing from the Test logs.
Just wondering if anyone has gotten Gauntlet to run under the Test configuration before.