guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30191] [PATCH] gnu: gnunet: Use invoke.


From: Danny Milosavljevic
Subject: [bug#30191] [PATCH] gnu: gnunet: Use invoke.
Date: Sun, 21 Jan 2018 14:04:39 +0100

>              ;; Make test output more verbose.
> -            (zero? (system* "make" "-C" "tests" "test"))
> +            (invoke "make" "-C" "tests" "test")
>              #t)))))

Please remove "#t".





reply via email to

[Prev in Thread] Current Thread [Next in Thread]