Skip to content

Commit

Permalink
dev-libs/libsigsegv: complain about tests not being ran
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.16, Repoman-2.3.6
  • Loading branch information
Sergei Trofimovich committed Nov 30, 2017
1 parent 409d28e commit b2fe70a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-libs/libsigsegv/libsigsegv-2.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ src_configure () {
src_test () {
if [[ ${FEATURES} = *sandbox* ]] ; then
# skip tests as they will fail
ewarn "Skipped tests. Please disable sandbox to run tests."
return 0
fi
emake check || die "Tests failed"
Expand Down

0 comments on commit b2fe70a

Please sign in to comment.