From 63da351038429af9e68a6ac632dcc77a48b8cd06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Tue, 14 Feb 2017 14:34:02 +0100 Subject: [PATCH] Fix handling of config.ctc files --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index 7b0873ecb..0ca424116 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -213,7 +213,7 @@ end, TestConfigFile = filename:join([Cwd, "test", "config.ctc"]), TestConfig = case file:read_file_info(TestConfigFile) of {ok, _} -> - ["-userconfig ct_config_plain ", TestConfigFile, " "]; + [" -userconfig ct_config_plain ", TestConfigFile, " "]; _ -> "" end,