mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -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
|
# @BLURB: Eclass used to create and maintain node based packages
|
||||||
# @DESCRIPTION: Node eclass for nodejs' 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"
|
SLOT="0"
|
||||||
PN_LEFT="${PN%%+*}"
|
PN_LEFT="${PN%%+*}"
|
||||||
@@ -147,9 +147,9 @@ node_src_install() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
node_src_test() {
|
#node_src_test() {
|
||||||
npm test || die
|
# npm test || die
|
||||||
}
|
#}
|
||||||
|
|
||||||
# ugh
|
# ugh
|
||||||
sha256sum() {
|
sha256sum() {
|
||||||
|
|||||||
Reference in New Issue
Block a user