diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-01-02 19:00:16 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-03 15:49:32 -0600 |
| commit | b673734cce44dd28c1d4d1810da3069324466166 (patch) | |
| tree | ada7f6d994a1dbcf09e8b30b95f7b2c403a0a7f6 /src/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs | |
| parent | 643a5c5db1da6fb68fdc353bbbdbecaa1964425e (diff) | |
| download | wix-b673734cce44dd28c1d4d1810da3069324466166.tar.gz wix-b673734cce44dd28c1d4d1810da3069324466166.tar.bz2 wix-b673734cce44dd28c1d4d1810da3069324466166.zip | |
Implement command line for SuppressAllWarnings and WarningsAsError.
Make WixRunner.Execute default to setting WarningsAsError to make sure tests are not accidentally causing warnings.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs b/src/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs index 5e08ca58..d85eb3bf 100644 --- a/src/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs | |||
| @@ -55,6 +55,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 55 | var result = WixRunner.Execute(new[] | 55 | var result = WixRunner.Execute(new[] |
| 56 | { | 56 | { |
| 57 | "build", | 57 | "build", |
| 58 | "-sw1008", // this is expected for this test | ||
| 58 | Path.Combine(folder, "Package.wxs"), | 59 | Path.Combine(folder, "Package.wxs"), |
| 59 | Path.Combine(folder, "PackageComponents.wxs"), | 60 | Path.Combine(folder, "PackageComponents.wxs"), |
| 60 | "-loc", Path.Combine(folder, "Package.en-us.wxl"), | 61 | "-loc", Path.Combine(folder, "Package.en-us.wxl"), |
