From efa14c6ebb2bbd60bfe729b5f68edaba8c166b29 Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Sun, 1 Feb 2015 08:20:13 +0100 Subject: [PATCH] Adjustment results will not be printed, shown, etc. --- .../BenchControl/TestMethods/Adjustment/AdjustmentSeq.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TestBenchFramework/BenchControl/TestMethods/Adjustment/AdjustmentSeq.cs b/TestBenchFramework/BenchControl/TestMethods/Adjustment/AdjustmentSeq.cs index a5aec0077..ad9e17341 100644 --- a/TestBenchFramework/BenchControl/TestMethods/Adjustment/AdjustmentSeq.cs +++ b/TestBenchFramework/BenchControl/TestMethods/Adjustment/AdjustmentSeq.cs @@ -228,6 +228,8 @@ namespace TBF.BenchControl.TestMethods.Adjustment /// tstRslt.TimeEnd = DateTime.Now; tstRslt.CycleNr = Program.LocalSettings.CycleNr; + tstRslt.DoNotEvaluate = true; + tstRslt.DoNotPublish = true; UpdateTestRsltWithAveragedData(tstRslt); tstRslt.MassStart = 0; tstRslt.MassEnd = 0;