From 24f73f0c1e0c94f2a6be3fe3c86c11267da3a8cf Mon Sep 17 00:00:00 2001 From: keithm-xmos <35048036+keithm-xmos@users.noreply.github.com> Date: Thu, 23 Jun 2022 07:22:30 -0400 Subject: [PATCH] fixed wrong name for bare-metal vww test --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bb0abc68e..d9e7a07b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" } @@ -163,4 +163,4 @@ pipeline { cleanWs() } } -} \ No newline at end of file +}