Skip to content

Commit

Permalink
switch to ./ and proper case
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinke committed Sep 12, 2020
1 parent ec77fda commit 4e41689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunAllTests.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
foreach ($target in Get-ChildItem -Directory | Where-Object { $_.name -match '^\d{2}' }) {
Push-Location
Set-Location $target
.\alltest.ps1
./AllTest.ps1
Pop-Location
}

0 comments on commit 4e41689

Please sign in to comment.