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 = \
57
57
$(SASS_SPEC_PATH)/spec/scss-tests \
58
58
$(SASS_SPEC_PATH)/spec/types
59
59
60
- SASS_TEST_FLAGS = -V 3.5 --impl libsass
60
+ SASS_TEST_FLAGS = -V 3.4 --impl libsass
61
61
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) ./script/tap-driver
62
62
AM_LOG_FLAGS = -c ./tester $(LOG_FLAGS)
63
63
if USE_TAP
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ test_script:
70
70
}
71
71
$env:TargetPath = Join-Path $pwd.Path $env:TargetPath
72
72
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
74
74
if(-not($?)) {
75
75
echo "sass-spec tests failed"
76
76
exit 1
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ cd libsass
130
130
REM set PATH=%PATH%;%PROGRAMFILES%\MSBuild\12.0\Bin
131
131
msbuild /m:4 /p:Configuration=Release win\libsass.sln
132
132
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
134
134
cd ..
135
135
```
136
136
You can’t perform that action at this time.
0 commit comments