git-p4: git-p4 tests with p4 triggers
commitc625bf0ee80a2362ce59819ce011ee17f2a6b2ce
authorMiguel Torroja <miguel.torroja@gmail.com>
Thu, 13 Jul 2017 07:00:33 +0000 (13 09:00 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Jul 2017 17:52:37 +0000 (13 10:52 -0700)
treeef60a574022c58ff95bc6925f6bd5b5b404aaa9e
parente0aaa1b6532cfce93d87af9bc813fb2e7a7ce9d7
git-p4: git-p4 tests with p4 triggers

Some p4 triggers in the server side generate some warnings when
executed. Unfortunately those messages are mixed with the output of
p4 commands. A few git-p4 commands don't expect extra messages or output
lines and may fail with verbose triggers.
New tests added are known to be broken.

Signed-off-by: Miguel Torroja <miguel.torroja@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9831-git-p4-triggers.sh [new file with mode: 0755]