]> granicus.if.org Git - ejabberd/commitdiff
Fix handling of config.ctc files
authorPaweł Chmielowski <pchmielowski@process-one.net>
Tue, 14 Feb 2017 13:34:02 +0000 (14:34 +0100)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Tue, 14 Feb 2017 13:39:24 +0000 (14:39 +0100)
rebar.config.script

index 7b0873ecbed470128258e6db83caedf3dcd80a6a..0ca42411690c8fb6a6c4afd5f9f5cb6d73127bf5 100644 (file)
@@ -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,