]> git.ipfire.org Git - thirdparty/git.git/commit
rebase tests: mark tests specific to the am-backend with --am
authorElijah Newren <newren@gmail.com>
Sat, 15 Feb 2020 21:36:37 +0000 (21:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Feb 2020 23:40:42 +0000 (15:40 -0800)
commit980b482d28482c307648c3abbcb16ae60843c7ae
tree3ca65ab6bab75614dd4982d24774794501f630dc
parentc2417d3af7574adc1fb14f7df31b862aa9551e2e
rebase tests: mark tests specific to the am-backend with --am

We have many rebase tests in the testsuite, and often the same test is
repeated multiple times just testing different backends.  For those
tests that were specifically trying to test the am backend, add the --am
flag.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3400-rebase.sh
t/t3401-rebase-and-am-rename.sh
t/t3404-rebase-interactive.sh
t/t3406-rebase-message.sh
t/t3407-rebase-abort.sh
t/t3420-rebase-autostash.sh
t/t3421-rebase-topology-linear.sh
t/t3425-rebase-topology-merges.sh
t/t3432-rebase-fast-forward.sh
t/t5407-post-rewrite-hook.sh
t/t7512-status-help.sh