2
0
Эх сурвалжийг харах

Fixed NetSoakTest path.

Signed-off-by: scspaldi <[email protected]>
scspaldi 3 жил өмнө
parent
commit
8bc0e8e992

+ 1 - 1
Scripts/build/Jenkins/Jenkinsfile

@@ -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")
             }
         }