-
- Downloads
Merge branch 'jk/test-chain-lint'
People often forget to chain the commands in their test together with &&, leaving a failure from an earlier command in the test go unnoticed. The new GIT_TEST_CHAIN_LINT mechanism allows you to catch such a mistake more easily. * jk/test-chain-lint: (36 commits) t9001: drop save_confirm helper t0020: use test_* helpers instead of hand-rolled messages t: simplify loop exit-code status variables t: fix some trivial cases of ignored exit codes in loops t7701: fix ignored exit code inside loop t3305: fix ignored exit code inside loop t0020: fix ignored exit code inside loops perf-lib: fix ignored exit code inside loop t6039: fix broken && chain t9158, t9161: fix broken &&-chain in git-svn tests t9104: fix test for following larger parents t4104: drop hand-rolled error reporting t0005: fix broken &&-chains t7004: fix embedded single-quotes t0050: appease --chain-lint t9001: use test_when_finished t4117: use modern test_* helpers t6034: use modern test_* helpers t1301: use modern test_* helpers t0020: use modern test_* helpers ...
No related branches found
No related tags found
Showing
- t/README 10 additions, 0 deletionst/README
- t/annotate-tests.sh 1 addition, 1 deletiont/annotate-tests.sh
- t/perf/perf-lib.sh 1 addition, 1 deletiont/perf/perf-lib.sh
- t/t0000-basic.sh 2 additions, 2 deletionst/t0000-basic.sh
- t/t0005-signals.sh 4 additions, 4 deletionst/t0005-signals.sh
- t/t0011-hashmap.sh 1 addition, 1 deletiont/t0011-hashmap.sh
- t/t0020-crlf.sh 46 additions, 178 deletionst/t0020-crlf.sh
- t/t0040-parse-options.sh 4 additions, 8 deletionst/t0040-parse-options.sh
- t/t0050-filesystem.sh 8 additions, 4 deletionst/t0050-filesystem.sh
- t/t0062-revision-walking.sh 1 addition, 1 deletiont/t0062-revision-walking.sh
- t/t0201-gettext-fallbacks.sh 4 additions, 4 deletionst/t0201-gettext-fallbacks.sh
- t/t1002-read-tree-m-u-2way.sh 4 additions, 4 deletionst/t1002-read-tree-m-u-2way.sh
- t/t1006-cat-file.sh 1 addition, 1 deletiont/t1006-cat-file.sh
- t/t1300-repo-config.sh 2 additions, 2 deletionst/t1300-repo-config.sh
- t/t1301-shared-repo.sh 7 additions, 13 deletionst/t1301-shared-repo.sh
- t/t1403-show-ref.sh 5 additions, 5 deletionst/t1403-show-ref.sh
- t/t1700-split-index.sh 1 addition, 1 deletiont/t1700-split-index.sh
- t/t3001-ls-files-others-exclude.sh 1 addition, 1 deletiont/t3001-ls-files-others-exclude.sh
- t/t3010-ls-files-killed-modified.sh 7 additions, 10 deletionst/t3010-ls-files-killed-modified.sh
- t/t3031-merge-criscross.sh 1 addition, 1 deletiont/t3031-merge-criscross.sh
Loading
Please register or sign in to comment