openssl/openssl

Running a non-existent test succeeds

Fermée

#15 510 ouverte le 28 mai 2021

 (5 commentaires) (0 réaction) (1 personne assignée)C (11 262 forks)batch import
backlog fixbranch: masterhelp wantedtriaged: bug

Métriques du dépôt

Stars
 (30 157 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

make test TESTS=foo V=1 return success even though there is no test by that name. It really should fail.

The 00-prep_fipsmodule_cnf.t is being run and this is enough for the test framework to believe something happened.

Guide contributeur