Re: Proposed environment variable to skip running tests

2018-04-22 Thread Ludovic Courtès
Hello, ra...@airmail.cc skribis: > I would like to propose an environment variable that can be used to > skip tests, e.g. export GUIX_SKIP_TESTS=1 > > This could be implemented by changing line 297 of > guix/guix/build/gnu-build-system.scm: > > (define* (check #:key target (make-flags '()) (tests

Proposed environment variable to skip running tests

2018-04-22 Thread rain1
Hello! I would like to propose an environment variable that can be used to skip tests, e.g. export GUIX_SKIP_TESTS=1 This could be implemented by changing line 297 of guix/guix/build/gnu-build-system.scm: (define* (check #:key target (make-flags '()) (tests? (not target)) (t