aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_autopatch.mk
AgeCommit message (Collapse)Author
2019-06-20Use echo(1) instead of printf(1) in `core-autopatch-extended-erlc-opts`Jean-Sébastien Pédron
... to create the `autopatch-couchbeam` recipe in the testcase. Newlines characters were interpreted by echo(1) in the `core-autopatch-extended-erlc-opts` recipe which was too early: the generated recipe was malformed. Using echo(1) and its implicit appended newline character fixes the issue.
2018-12-07Autopatch: allow configuring REBAR_GIT and REBAR_COMMITLoïc Hoguin
And use this in the tests to fetch Rebar only once and then clone from the local repository. This should speed up tests a little.
2018-12-05Allow hooking before/after autopatchLoïc Hoguin
2018-12-03Move autopatch tests into their own test suiteLoïc Hoguin