Skip to content

Commit a5f7913

Browse files
committed
Fix expected test output for Windows tests
1 parent c2049c2 commit a5f7913

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

csharp/ql/integration-tests/windows-only/diag_autobuild_script/diagnostics.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"helpLinks": [],
2020
"internal": false,
2121
"location": {},
22-
"plaintextMessage": "CodeQL could not find any project or solution files in your repository. Set up a [manual build command](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages).",
22+
"markdownMessage": "CodeQL could not find any project or solution files in your repository. Set up a [manual build command](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages).",
2323
"severity": "error",
2424
"source": {
2525
"extractorName": "csharp",

csharp/ql/integration-tests/windows-only/diag_multiple_scripts/diagnostics.expected

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"helpLinks": [],
44
"internal": false,
55
"location": {},
6-
"markdownMessage": "CodeQL found multiple potential build scripts for your project and attempted to run `build.bat`, which failed. This may not be the right build script for your project. Set up a [manual build command](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages).",
6+
"markdownMessage": "CodeQL could not find any project or solution files in your repository. Set up a [manual build command](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages).",
77
"severity": "error",
88
"source": {
99
"extractorName": "csharp",
10-
"id": "csharp/autobuilder/multiple-build-scripts",
11-
"name": "There are multiple potential build scripts"
10+
"id": "csharp/autobuilder/no-projects-or-solutions",
11+
"name": "No project or solutions files found"
1212
},
1313
"visibility": {
1414
"statusPage": true
@@ -19,12 +19,12 @@
1919
"helpLinks": [],
2020
"internal": false,
2121
"location": {},
22-
"plaintextMessage": "CodeQL could not find any project or solution files in your repository. Set up a [manual build command](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages).",
22+
"markdownMessage": "CodeQL found multiple potential build scripts for your project and attempted to run `build.bat`, which failed. This may not be the right build script for your project. Set up a [manual build command](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages).",
2323
"severity": "error",
2424
"source": {
2525
"extractorName": "csharp",
26-
"id": "csharp/autobuilder/no-projects-or-solutions",
27-
"name": "No project or solutions files found"
26+
"id": "csharp/autobuilder/multiple-build-scripts",
27+
"name": "There are multiple potential build scripts"
2828
},
2929
"visibility": {
3030
"statusPage": true

0 commit comments

Comments
 (0)