Skip to content

Commit

Permalink
Merge pull request #7 from dfinke/Update-Pester-parameters
Browse files Browse the repository at this point in the history
Use `-Output Detailed` on Invoke-Pester
  • Loading branch information
dfinke committed Sep 12, 2020
2 parents 145a1e0 + 4e41689 commit 8e19ed6
Show file tree
Hide file tree
Showing 24 changed files with 5 additions and 1 deletion.
Binary file modified 01_hello/AllTest.ps1
Binary file not shown.
Binary file modified 02_crowsnest/AllTest.ps1
Binary file not shown.
Binary file modified 03_picnic/AllTest.ps1
Binary file not shown.
Binary file modified 04_jump_the_five/AllTest.ps1
Binary file not shown.
Binary file modified 05_howler/AllTest.ps1
Binary file not shown.
Binary file modified 06_wc/AllTest.ps1
Binary file not shown.
Binary file modified 07_gashlycrumb/AllTest.ps1
Binary file not shown.
Binary file modified 08_apples_and_bananas/AllTest.ps1
Binary file not shown.
Binary file modified 09_abuse/AllTest.ps1
Binary file not shown.
Binary file modified 10_telephone/AllTest.ps1
Binary file not shown.
Binary file modified 11_bottles_of_beer/AllTest.ps1
Binary file not shown.
Binary file modified 12_ransom/AllTest.ps1
Binary file not shown.
Binary file modified 13_twelve_days/AllTest.ps1
Binary file not shown.
Binary file modified 14_rhymer/AllTest.ps1
Binary file not shown.
Binary file modified 15_kentucky_friar/AllTest.ps1
Binary file not shown.
Binary file modified 16_scrambler/AllTest.ps1
Binary file not shown.
Binary file modified 17_mad_libs/AllTest.ps1
Binary file not shown.
Binary file modified 18_gematria/AllTest.ps1
Binary file not shown.
Binary file modified 19_wod/AllTest.ps1
Binary file not shown.
Binary file modified 20_password/AllTest.ps1
Binary file not shown.
Binary file modified 21_tictactoe/AllTest.ps1
Binary file not shown.
Binary file modified 22_itictactoe/AllTest.ps1
Binary file not shown.
2 changes: 1 addition & 1 deletion RunAllTests.ps1
@@ -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
}
4 changes: 4 additions & 0 deletions debug.log
@@ -0,0 +1,4 @@
[0911/143706.719:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
[0911/143712.196:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
[0911/143820.695:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
[0911/143824.943:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)

0 comments on commit 8e19ed6

Please sign in to comment.