Skip to content

Commit 5cfe41c

Browse files
because we cant use if in the tests file
1 parent 209de4e commit 5cfe41c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

containers/JessAndBeard.psm1

+9-1
Original file line numberDiff line numberDiff line change
@@ -2343,13 +2343,21 @@ The Tags are the same"
23432343
PassedChange = 0 # + or - the number of tests passed for v5
23442344
FailedChange = -12 # + or - the number of tests failed for v5
23452345
SkippedChange = 0 # + or - the number of tests skipped for v5
2346-
}
2346+
},
23472347
@{
23482348
Name = 'LinkedServerConnection'
23492349
RunChange = -3 # + or - the number of tests for v5
23502350
PassedChange = -3 # + or - the number of tests passed for v5
23512351
FailedChange = 0 # + or - the number of tests failed for v5
23522352
SkippedChange = 0 # + or - the number of tests skipped for v5
2353+
},
2354+
@{
2355+
Name = 'SupportedBuild'
2356+
RunChange = -3 # + or - the number of tests run for v5
2357+
PassedChange = -3 # + or - the number of tests passed for v5
2358+
FailedChange = 0 # + or - the number of tests failed for v5
2359+
SkippedChange = 0 # + or - the number of tests skipped for v5
2360+
23532361
}
23542362
)
23552363
$runchange = 0

0 commit comments

Comments
 (0)