diff options
author | Luis Rascao <[email protected]> | 2015-02-19 11:05:49 +0000 |
---|---|---|
committer | Luis Rascao <[email protected]> | 2015-02-19 11:48:54 +0000 |
commit | d1f1c8dc134cb1d4c832cfb0171ca7b859a2a600 (patch) | |
tree | 3f47f9dd515980b5bf7cf4974fe1467107f09111 /test/rlx_test_utils.erl | |
parent | a2e8eaa4fb6307e0d71ba932de6eb9378ddae937 (diff) | |
download | relx-d1f1c8dc134cb1d4c832cfb0171ca7b859a2a600.tar.gz relx-d1f1c8dc134cb1d4c832cfb0171ca7b859a2a600.tar.bz2 relx-d1f1c8dc134cb1d4c832cfb0171ca7b859a2a600.zip |
support overlay file inclusion
allow overlay inclusion of other files, similarly
to what OTP already does in sys.config files
Diffstat (limited to 'test/rlx_test_utils.erl')
-rw-r--r-- | test/rlx_test_utils.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rlx_test_utils.erl b/test/rlx_test_utils.erl index 0428966..644c49f 100644 --- a/test/rlx_test_utils.erl +++ b/test/rlx_test_utils.erl @@ -94,4 +94,5 @@ test_template_contents() -> "{yahoo2_foo, \"{{yahoo2.foo}}\"}.\n" "{foo_dir, \"{{foo_dir}}\"}.\n" "{yahoo3, \"{{yahoo3.bar}}\"}.\n" + "{yahoo4, \"{{yahoo4.foo}}\"}.\n" "{google, \"{{google}}\"}.\n". |