Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

17 lines
646B

  1. Error: One or more tests failed
  2. ###############################
  3. This error message is printed when a project's tests encounter a failure
  4. condition. The exact behavior of tests is determined by a project's
  5. ``test_driver``.
  6. If you see this error, it is most likely that you have an issue in the tests of
  7. your project.
  8. When a project is built with the ``build`` command, it is the default behavior
  9. for ``dds`` to compile, link, and execute all tests defined for the project.
  10. Test execution can be suppressed using the ``--no-tests`` command line option
  11. with the ``build`` subcommand.
  12. .. seealso::
  13. Refer to the page on :ref:`pkgs.apps-tests`.