Skip to content

Commit 67331fb

Browse files
committed
Accept test output changes.
These test expectations change, as the test is now run in a temp directory that's not located in our checkout. Previously, `dotnet build` was picking up files from the repository, like the editor config and the sourcelink (which requires a git repository in a parent directory).
1 parent 59922e5 commit 67331fb

File tree

1 file changed

+16
-22
lines changed

1 file changed

+16
-22
lines changed

csharp/ql/integration-tests/linux-only/compiler_args/CompilerArgs.expected

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -183,25 +183,19 @@
183183
| 182 | /warnaserror- |
184184
| 183 | /utf8output |
185185
| 184 | /deterministic+ |
186-
| 185 | /sourcelink:obj/Debug/net8.0/test.sourcelink.json |
187-
| 186 | /langversion:12.0 |
188-
| 187 | /embed:Program.cs |
189-
| 188 | /embed:obj/Debug/net8.0/test.GlobalUsings.g.cs |
190-
| 189 | /embed:"obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs" |
191-
| 190 | /embed:obj/Debug/net8.0/test.AssemblyInfo.cs |
192-
| 191 | /analyzerconfig:/home/runner/work/semmle-code/semmle-code/.editorconfig |
193-
| 192 | /analyzerconfig:obj/Debug/net8.0/test.GeneratedMSBuildEditorConfig.editorconfig |
194-
| 193 | /analyzerconfig:[...]/8.0.101/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_default.globalconfig |
195-
| 194 | /analyzer:[...]/8.0.101/Sdks/Microsoft.NET.Sdk/targets/../analyzers/Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll |
196-
| 195 | /analyzer:[...]/8.0.101/Sdks/Microsoft.NET.Sdk/targets/../analyzers/Microsoft.CodeAnalysis.NetAnalyzers.dll |
197-
| 196 | /analyzer:[...]/8.0.1/analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll |
198-
| 197 | /analyzer:[...]/8.0.1/analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll |
199-
| 198 | /analyzer:[...]/8.0.1/analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll |
200-
| 199 | /analyzer:[...]/8.0.1/analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll |
201-
| 200 | /analyzer:[...]/8.0.1/analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll |
202-
| 201 | /analyzer:[...]/8.0.1/analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll |
203-
| 202 | Program.cs |
204-
| 203 | obj/Debug/net8.0/test.GlobalUsings.g.cs |
205-
| 204 | obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs |
206-
| 205 | obj/Debug/net8.0/test.AssemblyInfo.cs |
207-
| 206 | /warnaserror+:NU1605,SYSLIB0011 |
186+
| 185 | /langversion:12.0 |
187+
| 186 | /analyzerconfig:obj/Debug/net8.0/test.GeneratedMSBuildEditorConfig.editorconfig |
188+
| 187 | /analyzerconfig:[...]/8.0.101/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_default.globalconfig |
189+
| 188 | /analyzer:[...]/8.0.101/Sdks/Microsoft.NET.Sdk/targets/../analyzers/Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll |
190+
| 189 | /analyzer:[...]/8.0.101/Sdks/Microsoft.NET.Sdk/targets/../analyzers/Microsoft.CodeAnalysis.NetAnalyzers.dll |
191+
| 190 | /analyzer:[...]/8.0.1/analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll |
192+
| 191 | /analyzer:[...]/8.0.1/analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll |
193+
| 192 | /analyzer:[...]/8.0.1/analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll |
194+
| 193 | /analyzer:[...]/8.0.1/analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll |
195+
| 194 | /analyzer:[...]/8.0.1/analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll |
196+
| 195 | /analyzer:[...]/8.0.1/analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll |
197+
| 196 | Program.cs |
198+
| 197 | obj/Debug/net8.0/test.GlobalUsings.g.cs |
199+
| 198 | obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs |
200+
| 199 | obj/Debug/net8.0/test.AssemblyInfo.cs |
201+
| 200 | /warnaserror+:NU1605,SYSLIB0011 |

0 commit comments

Comments
 (0)