diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2010-07-02 14:59:44 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-05 11:23:37 -0700 |
commit | 85b0b34ea42628874198772fe6602365650ead88 (patch) | |
tree | cfcb8c9e0601a3fa3f1908e8d7284b21f83d8016 /t | |
parent | t/README: The trash is in 't/trash directory.$name' (diff) | |
download | tgif-85b0b34ea42628874198772fe6602365650ead88.tar.xz |
t/README: Typo: paralell -> parallel
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rw-r--r-- | t/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ the tests. ok 3 - plain bare Since the tests all output TAP (see http://testanything.org) they can -be run with any TAP harness. Here's an example of paralell testing +be run with any TAP harness. Here's an example of parallel testing powered by a recent version of prove(1): $ prove --timer --jobs 15 ./t[0-9]*.sh |