We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e507b41 + c071681 commit dad3022Copy full SHA for dad3022
appveyor.yml
@@ -64,7 +64,10 @@ test_script:
64
}
65
66
ruby sass-spec/sass-spec.rb -V 3.4 --impl libsass -c $env:TargetPath -s sass-spec/spec
67
-
+ if(-not($?)) {
68
+ echo "sass-spec tests failed"
69
+ exit 1
70
+ }
71
Write-Host "Explicitly testing the case when cwd has Cyrillic characters: " -nonewline
72
# See comments in gh-1774 for details.
73
$env:TargetPath = Join-Path $pwd.Path $env:TargetPath
0 commit comments