[arch-commits] Commit in golang-github-davecgh-go-spew/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Feb 22 19:04:11 UTC 2019


    Date: Friday, February 22, 2019 @ 19:04:09
  Author: felixonmars
Revision: 435290

update test command

Modified:
  golang-github-davecgh-go-spew/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-22 19:02:51 UTC (rev 435289)
+++ PKGBUILD	2019-02-22 19:04:09 UTC (rev 435290)
@@ -15,7 +15,8 @@
   export GOPATH="$srcdir/build:/usr/share/gocode"
   mkdir -p "$srcdir"/build/src/github.com/davecgh
   cp -a "$srcdir"/go-spew-$pkgver "$srcdir"/build/src/github.com/davecgh/go-spew
-  go test -v github.com/davecgh/go-spew/spew
+  cd "$srcdir"/build/src/github.com/davecgh/go-spew
+  go test -v $(go list ./... | grep -v vendor)
 }
 
 package() {



More information about the arch-commits mailing list