Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 21, 2018
1 parent 963dc90 commit b2e5cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if ($lastexitcode -ne 0) {
}

echo "checking for critical files..."
$s=(docker run --rm -i tier/shibbidp_novm_windows powershell Get-Childitem c:/opt/shibboleth-idp/credentials/ -Name).Count
$s=(docker run --rm -i $fullimagename powershell Get-Childitem c:/opt/shibboleth-idp/credentials/ -Name).Count
if ( $s -gt 6 ) { $lastexitcode="0" } else { $lastexitcode="1"; echo "credentials folder missing files..."; exit 1 }


Expand Down

0 comments on commit b2e5cf0

Please sign in to comment.