Skip to content

Commit

Permalink
Merge pull request WebApiContrib#46 from kenegozi/patch-1
Browse files Browse the repository at this point in the history
minor bugfix - error code was wrongly set
  • Loading branch information
pedroreys committed Apr 6, 2012
2 parents e30a95b + 53c7e3b commit 91ea519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/psake/default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Task RunUnitTests -depends PrepareForTest, Build {

if ($lastexitcode -gt 0)
{
throw "{0} unit tests failed. See {0} for a simple summary." -f $lastexitcode, $test_result
throw "{0} unit tests failed. See {1} for a simple summary." -f $lastexitcode, $test_result
}
if ($lastexitcode -lt 0)
{
Expand Down

0 comments on commit 91ea519

Please sign in to comment.