Skip to content

Commit

Permalink
Don't probe tests in CI
Browse files Browse the repository at this point in the history
Sass spec has a bug with probe todo that causes some failures to be
hidden. As a result sass#2189 caused a regression.
  • Loading branch information
xzyfer committed Oct 4, 2016
1 parent 7e6c36b commit 5b56f27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/ci-build-libsass
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ then
echo "Fetching Sass Spec PR $SPEC_PR"
git -C sass-spec fetch -u origin pull/$SPEC_PR/head:ci-spec-pr-$SPEC_PR
git -C sass-spec checkout --force ci-spec-pr-$SPEC_PR
LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_probe
LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_build
else
LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_probe
LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_build
fi
else
LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_probe
LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_build
fi

0 comments on commit 5b56f27

Please sign in to comment.