]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-20557 Fix CFamilly ADO tutorial
authorMathieu Suen <mathieu.suen@sonarsource.com>
Tue, 3 Oct 2023 13:16:09 +0000 (15:16 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 4 Oct 2023 20:03:19 +0000 (20:03 +0000)
server/sonar-web/src/main/js/components/tutorials/azure-pipelines/__tests__/__snapshots__/AzurePipelinesTutorial-it.tsx.snap
server/sonar-web/src/main/js/components/tutorials/azure-pipelines/commands/ClangGCC.tsx

index 2b4eb427b73f7f628d34148327bab3fb86c19cdb..74138a435b7fe6598727d853436293445dfccc00 100644 (file)
@@ -11,7 +11,7 @@ unzip build-wrapper.zip"
 
 exports[`should render correctly and allow token generation: cfamily mac, copy additional properties 1`] = `"sonar.cfamily.build-wrapper-output=bw-output"`;
 
-exports[`should render correctly and allow token generation: cfamily mac, copy build-wrapper command 1`] = `"./build-wrapper-macos-x86/build-wrapper-macos-x86 --out-dir bw-output <your build command here>"`;
+exports[`should render correctly and allow token generation: cfamily mac, copy build-wrapper command 1`] = `"./build-wrapper-macosx-x86/build-wrapper-macosx-x86 --out-dir bw-output <your build command here>"`;
 
 exports[`should render correctly and allow token generation: cfamily mac, copy shell script 1`] = `
 "curl 'http://localhost/static/cpp/build-wrapper-macosx-x86.zip' --output build-wrapper.zip
index ef8448583a391f65bc122d6f75654e4c6768894c..b110e030c71facaf65542b769d58e4b597568fcd 100644 (file)
@@ -77,7 +77,7 @@ unzip build-wrapper.zip`,
       highlightScriptKey:
         'onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.nix',
       scriptBuild:
-        './build-wrapper-macos-x86/build-wrapper-macos-x86 --out-dir bw-output <your build command here>',
+        './build-wrapper-macosx-x86/build-wrapper-macosx-x86 --out-dir bw-output <your build command here>',
     },
   };