Skip to content

Commit

Permalink
Merge pull request #2196 from xzyfer/fix/test-probe-ci
Browse files Browse the repository at this point in the history
Don't probe tests in CI
  • Loading branch information
xzyfer authored Oct 18, 2016
2 parents 0abbc2d + 55be308 commit aca9ee8
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 aca9ee8

Please # to comment.