Skip to content

Commit

Permalink
x11-libs/libvterm: "repoman" warnings fixed.
Browse files Browse the repository at this point in the history
Spaces are now tabs. "Unit tests" are now "Functional tests." This commit comes
courtesy ZyX -- curse his all-seeing eyes.
  • Loading branch information
leycec committed Feb 25, 2015
1 parent 81e0853 commit b817c3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x11-libs/libvterm/libvterm-9999-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ src_prepare() {
src_test() {
# Ideally, valgrind-specific unit tests could be reliably enabled by
# passing "VALGRIND=1". Sadly, such tests currently fail with:
# valgrind: Fatal error at startup: a function redirection
# valgrind: which is mandatory for this platform-tool combination
# valgrind: cannot be set up.
emake test || die 'Unit tests failed.'
# valgrind: Fatal error at startup: a function redirection
# valgrind: which is mandatory for this platform-tool combination
# valgrind: cannot be set up.
emake test || die 'Functional tests failed.'
}

src_install() {
Expand Down

0 comments on commit b817c3b

Please sign in to comment.