mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
node.eclass: disable tests for now
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
parent
8ae3ad86a5
commit
c867b4cb70
@ -9,7 +9,7 @@
|
||||
# @BLURB: Eclass used to create and maintain node based packages
|
||||
# @DESCRIPTION: Node eclass for nodejs' based packages
|
||||
|
||||
EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install src_test src_configure
|
||||
EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install src_configure
|
||||
|
||||
SLOT="0"
|
||||
PN_LEFT="${PN%%+*}"
|
||||
@ -147,9 +147,9 @@ node_src_install() {
|
||||
fi
|
||||
}
|
||||
|
||||
node_src_test() {
|
||||
npm test || die
|
||||
}
|
||||
#node_src_test() {
|
||||
# npm test || die
|
||||
#}
|
||||
|
||||
# ugh
|
||||
sha256sum() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user