|
@@ -384,7 +384,7 @@ def Build(Map pipelineConfig, String platform, String type, String workspace) {
|
|
|
// Launch the project, which automatically starts the tests
|
|
|
launch_command = "NetSoakTest.ServerLauncher.exe --soak_runtime=1800000 --soak_mode=loopback --rhi=null"
|
|
|
dir("${workspace}/${ENGINE_REPOSITORY_NAME}") {
|
|
|
- PlatformSh(launch_command, "Running NetSoakTest project")
|
|
|
+ PlatformSh("build/bin/profile/${launch_command}", "Running NetSoakTest project")
|
|
|
}
|
|
|
}
|
|
|
|