diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-01-07 23:12:49 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-01-08 15:47:31 -0800 |
| commit | e35ee2e8c58bf55da5f3d04915d588fb04d6809d (patch) | |
| tree | 4bf0cfd782ec990b6a5d4ac9aec390d44dee097b /src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs | |
| parent | 458ff7ce24b33f6df46ae8ef728685c555d55ff7 (diff) | |
| download | wix-e35ee2e8c58bf55da5f3d04915d588fb04d6809d.tar.gz wix-e35ee2e8c58bf55da5f3d04915d588fb04d6809d.tar.bz2 wix-e35ee2e8c58bf55da5f3d04915d588fb04d6809d.zip | |
Report invalid command line arguments as errors
Fixes wixtoolset/issues#6313
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs b/src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs index 4a5cf544..3ee88640 100644 --- a/src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/CustomTableFixture.cs | |||
| @@ -216,7 +216,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 216 | result.AssertSuccess(); | 216 | result.AssertSuccess(); |
| 217 | Assert.True(File.Exists(msiPath)); | 217 | Assert.True(File.Exists(msiPath)); |
| 218 | 218 | ||
| 219 | result = WixRunner.Execute(new[] | 219 | result = WixRunner.Execute(false, new[] |
| 220 | { | 220 | { |
| 221 | "decompile", msiPath, | 221 | "decompile", msiPath, |
| 222 | "-intermediateFolder", intermediateFolder, | 222 | "-intermediateFolder", intermediateFolder, |
