summaryrefslogtreecommitdiff
path: root/rebar.config.script
diff options
context:
space:
mode:
authorLuis Rascão <luis.rascao@gmail.com>2015-10-25 16:14:28 +0000
committerLuis Rascão <luis.rascao@gmail.com>2016-01-15 15:03:33 +0000
commit0bf08e4e34469144ae6f3297aae4a38b3bb2bd3c (patch)
tree13c1467bb7f754c25afec85fbb25775e0bc4e2bf /rebar.config.script
parent6f07a636d8f309caef7c68e576396ce3328075ea (diff)
downloadrebar-0bf08e4e34469144ae6f3297aae4a38b3bb2bd3c.tar.gz
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.
Diffstat (limited to 'rebar.config.script')
-rw-r--r--rebar.config.script3
1 files changed, 2 insertions, 1 deletions
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 ->