[arch-commits] Commit in nodejs-lts-erbium/trunk (PKGBUILD)
    Bruno Pagani 
    archange at archlinux.org
       
    Tue Feb 18 13:34:58 UTC 2020
    
    
  
    Date: Tuesday, February 18, 2020 @ 13:34:58
  Author: archange
Revision: 575870
Remove use of msg and warning (tests were fixed upstream)
Modified:
  nodejs-lts-erbium/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 13:34:57 UTC (rev 575869)
+++ PKGBUILD	2020-02-18 13:34:58 UTC (rev 575870)
@@ -26,7 +26,7 @@
 prepare() {
   cd node-v${pkgver}
 
-  msg 'Fixing for python2 name'
+  echo 'Fixing for python2 name'
   find -type f -exec sed \
     -e 's_^#!/usr/bin/env python$_&2_' \
     -e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
@@ -58,7 +58,7 @@
 
 check() {
   cd node-v${pkgver}
-  make test || warning "Tests failed"
+  make test
 }
 
 package() {
    
    
More information about the arch-commits
mailing list