Skip to content

Commit

Permalink
Merge pull request #2010 from saper/appfail
Browse files Browse the repository at this point in the history
Exit on sass-spec failure
  • Loading branch information
xzyfer committed Apr 18, 2016
2 parents e507b41 + c071681 commit dad3022
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Expand Up @@ -64,7 +64,10 @@ test_script:
}
}
ruby sass-spec/sass-spec.rb -V 3.4 --impl libsass -c $env:TargetPath -s sass-spec/spec
if(-not($?)) {
echo "sass-spec tests failed"
exit 1
}
Write-Host "Explicitly testing the case when cwd has Cyrillic characters: " -nonewline
# See comments in gh-1774 for details.
$env:TargetPath = Join-Path $pwd.Path $env:TargetPath
Expand Down

0 comments on commit dad3022

Please sign in to comment.