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/PayloadFixture.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/PayloadFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs b/src/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs index 4a9344b9..4fc57c76 100644 --- a/src/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/PayloadFixture.cs | |||
| @@ -61,7 +61,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 61 | var intermediateFolder = Path.Combine(baseFolder, "obj"); | 61 | var intermediateFolder = Path.Combine(baseFolder, "obj"); |
| 62 | var wixlibPath = Path.Combine(intermediateFolder, @"test.wixlib"); | 62 | var wixlibPath = Path.Combine(intermediateFolder, @"test.wixlib"); |
| 63 | 63 | ||
| 64 | var result = WixRunner.Execute(new[] | 64 | var result = WixRunner.Execute(warningsAsErrors: false, new[] |
| 65 | { | 65 | { |
| 66 | "build", | 66 | "build", |
| 67 | Path.Combine(folder, "CanonicalizeName.wxs"), | 67 | Path.Combine(folder, "CanonicalizeName.wxs"), |
