mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
node.eclass: disable tests for now
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user