Skip to content

Commit

Permalink
because we cant use if in the tests file
Browse files Browse the repository at this point in the history
  • Loading branch information
SQLDBAWithABeard committed May 10, 2023
1 parent 209de4e commit 5cfe41c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion containers/JessAndBeard.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2343,13 +2343,21 @@ The Tags are the same"
PassedChange = 0 # + or - the number of tests passed for v5
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
},
@{
Name = 'SupportedBuild'
RunChange = -3 # + or - the number of tests run 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
Expand Down

0 comments on commit 5cfe41c

Please sign in to comment.