mbox series

[0/2] CI: Enable t1509 on GitHub Actions and Travis

Message ID cover.1589375923.git.congdanhqx@gmail.com (mailing list archive)
Headers show
Series CI: Enable t1509 on GitHub Actions and Travis | expand

Message

Đoàn Trần Công Danh May 13, 2020, 1:23 p.m. UTC
It's our long desire to enable t1509 in CI system [1]

This is here to enable it.

[1]: https://lore.kernel.org/git/1FEDCA48-FE77-44C3-8C4A-65B4C435E6B3@gmail.com/

Đoàn Trần Công Danh (2):
  t1509: correct i18n test
  CI: enable t1509 in Travis and GitHub Actions

 ci/lib.sh                 | 13 +++++++++++++
 ci/run-docker-build.sh    |  3 +++
 t/t1509-root-work-tree.sh |  4 ++--
 3 files changed, 18 insertions(+), 2 deletions(-)

Comments

Junio C Hamano May 13, 2020, 4:41 p.m. UTC | #1
Đoàn Trần Công Danh  <congdanhqx@gmail.com> writes:

> It's our long desire to enable t1509 in CI system [1]
>
> This is here to enable it.

Yuck.

It's not like having a single repository at /.git that govern
everything on the machine is a usecase we care about, but if it is
easily ported with just two patches, and the task has already been
done, then why not?  ;-)




>
> [1]: https://lore.kernel.org/git/1FEDCA48-FE77-44C3-8C4A-65B4C435E6B3@gmail.com/
>
> Đoàn Trần Công Danh (2):
>   t1509: correct i18n test
>   CI: enable t1509 in Travis and GitHub Actions
>
>  ci/lib.sh                 | 13 +++++++++++++
>  ci/run-docker-build.sh    |  3 +++
>  t/t1509-root-work-tree.sh |  4 ++--
>  3 files changed, 18 insertions(+), 2 deletions(-)