Skip to content

Commit e2ec7aa

Browse files
committed
Revert "Merge pull request #2278 from xzyfer/fix-sass-spec-3.5"
This reverts commit f5c8d35, reversing changes made to c590edf.
1 parent c13512e commit e2ec7aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

GNUmakefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ TESTS = \
5757
$(SASS_SPEC_PATH)/spec/scss-tests \
5858
$(SASS_SPEC_PATH)/spec/types
5959

60-
SASS_TEST_FLAGS = -V 3.5 --impl libsass
60+
SASS_TEST_FLAGS = -V 3.4 --impl libsass
6161
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) ./script/tap-driver
6262
AM_LOG_FLAGS = -c ./tester $(LOG_FLAGS)
6363
if USE_TAP

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test_script:
7070
}
7171
$env:TargetPath = Join-Path $pwd.Path $env:TargetPath
7272
If (Test-Path "$env:TargetPath") {
73-
ruby sass-spec/sass-spec.rb -V 3.5 --probe-todo --impl libsass -c $env:TargetPath -s sass-spec/spec
73+
ruby sass-spec/sass-spec.rb -V 3.4 --probe-todo --impl libsass -c $env:TargetPath -s sass-spec/spec
7474
if(-not($?)) {
7575
echo "sass-spec tests failed"
7676
exit 1

docs/build-on-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ cd libsass
130130
REM set PATH=%PATH%;%PROGRAMFILES%\MSBuild\12.0\Bin
131131
msbuild /m:4 /p:Configuration=Release win\libsass.sln
132132
REM running the spec test-suite manually (needs ruby and minitest gem)
133-
ruby sass-spec\sass-spec.rb -V 3.5 -c win\bin\sassc.exe -s --impl libsass sass-spec/spec
133+
ruby sass-spec\sass-spec.rb -V 3.4 -c win\bin\sassc.exe -s --impl libsass sass-spec/spec
134134
cd ..
135135
```
136136

0 commit comments

Comments
 (0)