From 0bf08e4e34469144ae6f3297aae4a38b3bb2bd3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Rasc=C3=A3o?= Date: Sun, 25 Oct 2015 16:14:28 +0000 Subject: Add support for Windows integration testing Use retest feature/rebar-windows-ci branch that adds Windows tests support, test setup callback and additional touch command. For all tests copy rebar and rebar.cmd using retest setup callback. Port OS specific commands used in tests to Erlang (eg. touch, rm, cp, stat..). rebar_ct: do away with grep command line invocation (which doesn't exist in Windows) and use instead plain Erlang parsing. Increase timeout for rgen1 test to 4 minutes, Windows Appveyor can take longer than the previous 2 minutes. --- rebar.config.script | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rebar.config.script') diff --git a/rebar.config.script b/rebar.config.script index 25e3f80..78ba967 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -1,7 +1,8 @@ %% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*- %% ex: ts=4 sw=4 ft=erlang et -ExtraDeps = [{retest, ".*", {git, "git://github.com/dizzyd/retest.git", {tag, "4590941a"}}}], +ExtraDeps = [{retest, ".*", {git, "git://github.com/dizzyd/retest.git", + {tag, "1.1.0"}}}], case os:getenv("REBAR_EXTRA_DEPS") of false -> -- cgit v1.2.1