Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-25 18:12:51 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-25 18:12:51 +0300
commit4d3ae610041aa8f0546864a9527055eb94265fc0 (patch)
tree01585146ec773b2008450b21ac6c566d8ab3b881
parent2325919339fd89c3f5c1ce86b33d18d4371a4251 (diff)
Quiet tests.
-rw-r--r--Tests/Program.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Program.cs b/Tests/Program.cs
index 26fa5b4..a883927 100644
--- a/Tests/Program.cs
+++ b/Tests/Program.cs
@@ -193,6 +193,7 @@ namespace com.clusterrr.Famicom.NesTiler.Tests
"--out-palette-3", PalettePath(prefix, 3),
"--out-tiles-csv", TilesCsvPath(prefix),
"--out-palettes-csv", PalettesCsvPath(prefix),
+ "--quiet",
};
var r = Program.Main(args);
if (r != 0) throw new InvalidOperationException($"Return code: {r}");
@@ -231,6 +232,7 @@ namespace com.clusterrr.Famicom.NesTiler.Tests
"--share-pattern-table",
"--out-tiles-csv", TilesCsvPath(prefix),
"--out-palettes-csv", PalettesCsvPath(prefix),
+ "--quiet",
};
var r = Program.Main(args);
if (r != 0) throw new InvalidOperationException($"Return code: {r}");
@@ -271,6 +273,7 @@ namespace com.clusterrr.Famicom.NesTiler.Tests
"--out-palette-3", PalettePath(prefix, 3),
"--out-tiles-csv", TilesCsvPath(prefix),
"--out-palettes-csv", PalettesCsvPath(prefix),
+ "--quiet",
};
var r = Program.Main(args);
if (r != 0) throw new InvalidOperationException($"Return code: {r}");
@@ -313,6 +316,7 @@ namespace com.clusterrr.Famicom.NesTiler.Tests
"--lossy",
"--out-tiles-csv", TilesCsvPath(prefix),
"--out-palettes-csv", PalettesCsvPath(prefix),
+ "--quiet",
};
var r = Program.Main(args);
if (r != 0) throw new InvalidOperationException($"Return code: {r}");
@@ -362,6 +366,7 @@ namespace com.clusterrr.Famicom.NesTiler.Tests
"--out-palette-3", PalettePath(prefix, 3),
"--out-tiles-csv", TilesCsvPath(prefix),
"--out-palettes-csv", PalettesCsvPath(prefix),
+ "--quiet",
};
var r = Program.Main(args);
if (r != 0) throw new InvalidOperationException($"Return code: {r}");