Browse Source

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>
maint
Johannes Sixt 16 years ago committed by Junio C Hamano
parent
commit
7f733de04e
  1. 0
      t/t3413-rebase-hook.sh
  2. 0
      t/t4035-diff-quiet.sh
  3. 0
      t/t4036-format-patch-signer-mime.sh
  4. 0
      t/t4204-patch-id.sh
  5. 0
      t/t5522-pull-symlink.sh
  6. 0
      t/t6034-merge-rename-nocruft.sh
  7. 0
      t/t7508-status.sh
  8. 0
      t/t9109-git-svn-multi-glob.sh
  9. 0
      t/t9137-git-svn-dcommit-clobber-series.sh

0
t/t3409-rebase-hook.sh → t/t3413-rebase-hook.sh

0
t/t4017-quiet.sh → t/t4035-diff-quiet.sh

0
t/t4021-format-patch-signer-mime.sh → t/t4036-format-patch-signer-mime.sh

0
t/t4203-patch-id.sh → t/t4204-patch-id.sh

0
t/t5521-pull-symlink.sh → t/t5522-pull-symlink.sh

0
t/t6023-merge-rename-nocruft.sh → t/t6034-merge-rename-nocruft.sh

0
t/t7502-status.sh → t/t7508-status.sh

0
t/t9108-git-svn-multi-glob.sh → t/t9109-git-svn-multi-glob.sh

0
t/t9106-git-svn-dcommit-clobber-series.sh → t/t9137-git-svn-dcommit-clobber-series.sh

Loading…
Cancel
Save