From 7ac5f93d12063d0811051c9f8dbb4bae1e4149a7 Mon Sep 17 00:00:00 2001 From: Rob Sewell Date: Thu, 30 Mar 2023 13:27:18 +0000 Subject: [PATCH] so that we can check the orphaned files check correctly #882 --- containers/JessAndBeard.psm1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/containers/JessAndBeard.psm1 b/containers/JessAndBeard.psm1 index c21d3d1e..c2b6f2a4 100644 --- a/containers/JessAndBeard.psm1 +++ b/containers/JessAndBeard.psm1 @@ -2326,6 +2326,13 @@ The Tags are the same" FailedChange = -12 # + or - the number of tests failed for v5 SkippedChange = 0 # + or - the number of tests skipped for v5 } + @{ + Name = 'LinkedServerConnection' + RunChange = -3 # + or - the number of tests for v5 + PassedChange = -3 # + or - the number of tests passed for v5 + FailedChange = 0 # + or - the number of tests failed for v5 + SkippedChange = 0 # + or - the number of tests skipped for v5 + } ) $runchange = 0 $passedchange = 0