diff options
| author | Ben Fuhrmannek | 2020-06-15 11:51:16 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2020-06-15 11:51:16 +0200 |
| commit | 7ac1e3866ef4f146c6c93a5ca13b9aebb14e936a (patch) | |
| tree | ce57745314d905ff06119788acb56c11dcb3aede /doc/source/debug.rst | |
| parent | f742d9f88bf788e38bbe832f1b75e39784f024bc (diff) | |
| parent | 7f9602ebc23582195d63eb35f1de1961297f2e00 (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/source/debug.rst')
| -rw-r--r-- | doc/source/debug.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/debug.rst b/doc/source/debug.rst index b339366..b2a1f28 100644 --- a/doc/source/debug.rst +++ b/doc/source/debug.rst | |||
| @@ -18,7 +18,7 @@ We're using `php qa <https://qa.php.net/>`__ tests format for our testsuite, | |||
| 18 | it is automatically run when you're building snuffleupagus. | 18 | it is automatically run when you're building snuffleupagus. |
| 19 | 19 | ||
| 20 | If it happens to have unexpected failures (Since we're using `TDD <https://en.wikipedia.org/wiki/Test-driven_development>`__ as much | 20 | If it happens to have unexpected failures (Since we're using `TDD <https://en.wikipedia.org/wiki/Test-driven_development>`__ as much |
| 21 | as we can, we do have some expected failures), please do `open an issue <https://github.com/nbs-system/snuffleupagus/issues/new>`__ | 21 | as we can, we do have some expected failures), please do `open an issue <https://github.com/jvoisin/snuffleupagus/issues/new>`__ |
| 22 | on our bugtracker, and attach the generated ``.diff`` and ``.out`` files to it, | 22 | on our bugtracker, and attach the generated ``.diff`` and ``.out`` files to it, |
| 23 | so we can see what's happening. | 23 | so we can see what's happening. |
| 24 | 24 | ||
| @@ -27,7 +27,7 @@ Snuffleupagus is crashing | |||
| 27 | 27 | ||
| 28 | While we do our very best to make snuffleupagus solid as possible, we're humans, | 28 | While we do our very best to make snuffleupagus solid as possible, we're humans, |
| 29 | and computers are hard, so crashes can happen. If you're encountering one in production, | 29 | and computers are hard, so crashes can happen. If you're encountering one in production, |
| 30 | please try to launch the `testsuite <https://github.com/nbs-system/snuffleupagus/blob/master/CONTRIBUTING.md#3-get-the-test-suite-running>`__ | 30 | please try to launch the `testsuite <https://github.com/jvoisin/snuffleupagus/blob/master/CONTRIBUTING.md#3-get-the-test-suite-running>`__ |
| 31 | to see if it's failing. If it does, please :ref:`tell us <testsuite_fail>`. | 31 | to see if it's failing. If it does, please :ref:`tell us <testsuite_fail>`. |
| 32 | 32 | ||
| 33 | If the testsuite is passing, odds are that you're encountering an issue tied to your php code, | 33 | If the testsuite is passing, odds are that you're encountering an issue tied to your php code, |
