Skip to content

Commit

Permalink
fixed wrong name for bare-metal vww test
Browse files Browse the repository at this point in the history
  • Loading branch information
keithm-xmos authored Jun 23, 2022
1 parent 2b65463 commit 24f73f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pipeline {
withTools(params.TOOLS_VERSION) {
withVenv {
script {
if (fileExists("$DOWNLOAD_DIRNAME/example_bare_metal_vww.xe")) {
if (fileExists("$DOWNLOAD_DIRNAME/example_bare_metal_vww_test.xe")) {
withXTAG("$SDK_TEST_RIG_TARGET") { adapterID ->
sh "test/examples/run_bare_metal_vww_tests.sh $adapterID"
}
Expand All @@ -163,4 +163,4 @@ pipeline {
cleanWs()
}
}
}
}

0 comments on commit 24f73f0

Please sign in to comment.