Skip to content

Commit 55be308

Browse files
committed
Don't probe tests in CI
Sass spec has a bug with probe todo that causes some failures to be hidden. As a result #2189 caused a regression.
1 parent 0abbc2d commit 55be308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/ci-build-libsass

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ then
120120
echo "Fetching Sass Spec PR $SPEC_PR"
121121
git -C sass-spec fetch -u origin pull/$SPEC_PR/head:ci-spec-pr-$SPEC_PR
122122
git -C sass-spec checkout --force ci-spec-pr-$SPEC_PR
123-
LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_probe
123+
LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_build
124124
else
125-
LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_probe
125+
LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_build
126126
fi
127127
else
128-
LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_probe
128+
LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_build
129129
fi

0 commit comments

Comments
 (0)