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 | 924189d6a2d13b18fbfdaa1725569957cf628807 (diff) | |
download | git-7f733de04e69c8ba40158d1da46c4aa121f714b6.tar.gz git-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 098b75507..098b75507 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 e747e8422..e747e8422 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 ba43f1854..ba43f1854 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 04f7bae85..04f7bae85 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 5672b51e2..5672b51e2 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 65be95fba..65be95fba 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 93f875f50..93f875f50 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 8f79c3f25..8f79c3f25 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 fd185011b..fd185011b 100755 --- a/t/t9106-git-svn-dcommit-clobber-series.sh +++ b/t/t9137-git-svn-dcommit-clobber-series.sh |