зеркало из https://github.com/microsoft/git.git
t/README: Document test_expect_code
test_expect_code (which was introduced in d3bfdb75
) never had any
documentation.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
2fac6a4b93
Коммит
97d9fd925b
7
t/README
7
t/README
|
@ -277,6 +277,13 @@ library for your script to use.
|
||||||
Like test_expect_success this function can optionally use a three
|
Like test_expect_success this function can optionally use a three
|
||||||
argument invocation with a prerequisite as the first argument.
|
argument invocation with a prerequisite as the first argument.
|
||||||
|
|
||||||
|
- test_expect_code [<prereq>] <code> <message> <script>
|
||||||
|
|
||||||
|
Analogous to test_expect_success, but pass the test if it exits
|
||||||
|
with a given exit <code>
|
||||||
|
|
||||||
|
test_expect_code 1 'Merge with d/f conflicts' 'git merge "merge msg" B master'
|
||||||
|
|
||||||
- test_debug <script>
|
- test_debug <script>
|
||||||
|
|
||||||
This takes a single argument, <script>, and evaluates it only
|
This takes a single argument, <script>, and evaluates it only
|
||||||
|
|
Загрузка…
Ссылка в новой задаче