Skip to content

Commit 7dc8a1b

Browse files
Updating Jenkinsfile and updating submodules for warnings
1 parent f9fbd1a commit 7dc8a1b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

External/ssTest

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ pipeline
224224
bash "ls -lah"
225225
bash "ls -lah ./Build/Src/Tests"
226226
bash "chmod +x ./Build/Src/Tests/RunAllTests.sh"
227-
bash "./Build/Src/Tests/RunAllTests.sh"
227+
bash "cd ./Build/Src/Tests && ./RunAllTests.sh"
228228
}
229229
post { failure { script { FAILED_STAGE = env.STAGE_NAME } } }
230230
}
@@ -238,7 +238,7 @@ pipeline
238238
unstash 'windows_build'
239239
bat 'dir'
240240
bat 'dir .\\Build\\Src\\Tests\\Debug'
241-
bat '.\\Build\\Src\\Tests\\RunAllTests.bat -d'
241+
bat 'cd .\\Build\\Src\\Tests && .\\RunAllTests.bat -d'
242242
}
243243
post { failure { script { FAILED_STAGE = env.STAGE_NAME } } }
244244
}

0 commit comments

Comments
 (0)