diff options
author | Johannes Sixt <j6t@kdbg.org> | 2009-03-13 13:23:26 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-14 12:44:20 -0700 |
commit | 7f733de04e69c8ba40158d1da46c4aa121f714b6 (patch) | |
tree | f0a04a094103ded37b49affa1979bccda12820d8 /t | |
parent | Merge branch 'maint' (diff) | |
download | tgif-7f733de04e69c8ba40158d1da46c4aa121f714b6.tar.xz |
test-suite: Make test script numbers unique
In order to selectively skip tests, the environment variable GIT_SKIP_TESTS
can be set like this:
$ GIT_SKIP_TESTS='t1301 t4150.18' make test
That is, its value can contain only the test script numbers, but not the
full script name. Therefore, it is important that the test scripts are
uniquely numbered. This makes it so.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t3413-rebase-hook.sh (renamed from t/t3409-rebase-hook.sh) | 0 | ||||
-rwxr-xr-x | t/t4035-diff-quiet.sh (renamed from t/t4017-quiet.sh) | 0 | ||||
-rwxr-xr-x | t/t4036-format-patch-signer-mime.sh (renamed from t/t4021-format-patch-signer-mime.sh) | 0 | ||||
-rwxr-xr-x | t/t4204-patch-id.sh (renamed from t/t4203-patch-id.sh) | 0 | ||||
-rwxr-xr-x | t/t5522-pull-symlink.sh (renamed from t/t5521-pull-symlink.sh) | 0 | ||||
-rwxr-xr-x | t/t6034-merge-rename-nocruft.sh (renamed from t/t6023-merge-rename-nocruft.sh) | 0 | ||||
-rwxr-xr-x | t/t7508-status.sh (renamed from t/t7502-status.sh) | 0 | ||||
-rwxr-xr-x | t/t9109-git-svn-multi-glob.sh (renamed from t/t9108-git-svn-multi-glob.sh) | 0 | ||||
-rwxr-xr-x | t/t9137-git-svn-dcommit-clobber-series.sh (renamed from t/t9106-git-svn-dcommit-clobber-series.sh) | 0 |
9 files changed, 0 insertions, 0 deletions
diff --git a/t/t3409-rebase-hook.sh b/t/t3413-rebase-hook.sh index 098b75507b..098b75507b 100755 --- a/t/t3409-rebase-hook.sh +++ b/t/t3413-rebase-hook.sh diff --git a/t/t4017-quiet.sh b/t/t4035-diff-quiet.sh index e747e84227..e747e84227 100755 --- a/t/t4017-quiet.sh +++ b/t/t4035-diff-quiet.sh diff --git a/t/t4021-format-patch-signer-mime.sh b/t/t4036-format-patch-signer-mime.sh index ba43f18549..ba43f18549 100755 --- a/t/t4021-format-patch-signer-mime.sh +++ b/t/t4036-format-patch-signer-mime.sh diff --git a/t/t4203-patch-id.sh b/t/t4204-patch-id.sh index 04f7bae850..04f7bae850 100755 --- a/t/t4203-patch-id.sh +++ b/t/t4204-patch-id.sh diff --git a/t/t5521-pull-symlink.sh b/t/t5522-pull-symlink.sh index 5672b51e2e..5672b51e2e 100755 --- a/t/t5521-pull-symlink.sh +++ b/t/t5522-pull-symlink.sh diff --git a/t/t6023-merge-rename-nocruft.sh b/t/t6034-merge-rename-nocruft.sh index 65be95fbaa..65be95fbaa 100755 --- a/t/t6023-merge-rename-nocruft.sh +++ b/t/t6034-merge-rename-nocruft.sh diff --git a/t/t7502-status.sh b/t/t7508-status.sh index 93f875f500..93f875f500 100755 --- a/t/t7502-status.sh +++ b/t/t7508-status.sh diff --git a/t/t9108-git-svn-multi-glob.sh b/t/t9109-git-svn-multi-glob.sh index 8f79c3f251..8f79c3f251 100755 --- a/t/t9108-git-svn-multi-glob.sh +++ b/t/t9109-git-svn-multi-glob.sh diff --git a/t/t9106-git-svn-dcommit-clobber-series.sh b/t/t9137-git-svn-dcommit-clobber-series.sh index fd185011b7..fd185011b7 100755 --- a/t/t9106-git-svn-dcommit-clobber-series.sh +++ b/t/t9137-git-svn-dcommit-clobber-series.sh |