Skip to content

Commit

Permalink
Fix tests suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Mar 12, 2020
1 parent 6310f1c commit ad885d3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function Copy-Exercises {

function Enable-All-Tests {
Write-Output "Enabling all tests"
Get-ChildItem -Path $buildDir -Include "*Test.cs" -Recurse | ForEach-Object {
Get-ChildItem -Path $buildDir -Include "*Tests.cs" -Recurse | ForEach-Object {
(Get-Content $_.FullName) -replace "Skip = ""Remove to run test""", "" | Set-Content $_.FullName
}
}
Expand Down

0 comments on commit ad885d3

Please sign in to comment.