On Wed, Jul 8, 2015 at 2:37 PM, Matthieu Moy
<matthieu....@grenoble-inp.fr> wrote:
> Torsten Bögershausen <tbo...@web.de> writes:
>
>> Could we have a tweak for people without gpg?
>
> I guess we need stg like
>
> if ! test_have_prereq GPG; then
>         skip_all='skipping for-each-ref tests, gpg not available'
>         test_done
> fi
>
> since we need GPG in the setup test and almost all other tests will rely
> on it.
>

Does this need to be there? I see a lot of test files which need GPG, and since
this test file contains tests which rely on it, without it, it would
be kinda useless
anyways?

-- 
Regards,
Karthik Nayak
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to