makedeb


lazydocker 0.24.1-1


A simple terminal UI for docker and docker-compose, written in Go with the gocui library.

Click here to go back to the commit logs for lazydocker.

Commit:


Hash: 1bc8d2e6ce41ea3ce0ad325f855f265a51a9ce08

Message: Remove unit tests from pkgbuild

Diff


diff --git a/PKGBUILD b/PKGBUILD
index 99b2770..8f4df74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,12 +31,6 @@ build() {
         main.go
 }
 
-check() {
-    export GOPATH="${srcdir}/gopath"
-    cd gopath/src/github.com/jesseduffield/lazydocker
-    ./test.sh
-}
-
 package() {
     install -Dm755 gopath/src/github.com/jesseduffield/lazydocker/${pkgname} ${pkgdir}/usr/bin/${pkgname}
 }