This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.4 --impl libsass
60+ SASS_TEST_FLAGS = -V 3.5 --impl libsass
6161LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) ./script/tap-driver
6262AM_LOG_FLAGS = -c ./tester $(LOG_FLAGS)
6363if USE_TAP
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ test_script:
6565 }
6666 $env:TargetPath = Join-Path $pwd.Path $env:TargetPath
6767 If (Test-Path "$env:TargetPath") {
68- ruby sass-spec/sass-spec.rb -V 3.4 --probe-todo --impl libsass -c $env:TargetPath -s sass-spec/spec
68+ ruby sass-spec/sass-spec.rb -V 3.5 --probe-todo --impl libsass -c $env:TargetPath -s sass-spec/spec
6969 if(-not($?)) {
7070 echo "sass-spec tests failed"
7171 exit 1
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ cd libsass
130130REM set PATH=%PATH%;%PROGRAMFILES%\MSBuild\12.0\Bin
131131msbuild /m:4 /p:Configuration=Release win\libsass.sln
132132REM running the spec test-suite manually (needs ruby and minitest gem)
133- ruby sass-spec\sass-spec.rb -V 3.4 -c win\bin\sassc.exe -s --impl libsass sass-spec/spec
133+ ruby sass-spec\sass-spec.rb -V 3.5 -c win\bin\sassc.exe -s --impl libsass sass-spec/spec
134134cd ..
135135```
136136
You can’t perform that action at this time.
0 commit comments