Marcin Ziąbek 1 year ago
parent
commit
1d57848893
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/QuestPDF.Examples/Engine/RenderingTest.cs

+ 1 - 1
Source/QuestPDF.Examples/Engine/RenderingTest.cs

@@ -25,7 +25,7 @@ namespace QuestPDF.Examples.Engine
         private bool ApplyDebugging { get; set; }
         private RenderingTestResult ResultType { get; set; } = RenderingTestResult.Images;
 
-        private static readonly bool ShowingResultsEnabled = false; //(Environment.GetEnvironmentVariable("TEST_SHOW_RESULTS") ?? "true") == "true";
+        private static readonly bool ShowingResultsEnabled = (Environment.GetEnvironmentVariable("TEST_SHOW_RESULTS") ?? "true") == "true";
         
         private RenderingTest()
         {