diff options
author | Siri Hansen <[email protected]> | 2017-03-16 09:33:38 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-03-16 09:33:38 +0100 |
commit | c8cd7a532909c6b3ddd7a4856c3fb3671b954542 (patch) | |
tree | 6c6c588337797541cdee6744274b3a3681c9fca1 | |
parent | 465dfc379ed181681fc1e2e78f4fb74d1b60603d (diff) | |
parent | 7542a1edbe480244ec813ca719a421eca3908c05 (diff) | |
download | otp-c8cd7a532909c6b3ddd7a4856c3fb3671b954542.tar.gz otp-c8cd7a532909c6b3ddd7a4856c3fb3671b954542.tar.bz2 otp-c8cd7a532909c6b3ddd7a4856c3fb3671b954542.zip |
Merge branch 'siri/edoc/testcuddle'
* siri/edoc/testcuddle:
Run preprocess when generating xmerl documentation in test
-rw-r--r-- | lib/edoc/test/edoc_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edoc/test/edoc_SUITE.erl b/lib/edoc/test/edoc_SUITE.erl index 00d7550bed..4d846ad63d 100644 --- a/lib/edoc/test/edoc_SUITE.erl +++ b/lib/edoc/test/edoc_SUITE.erl @@ -69,7 +69,7 @@ build_std(Config) when is_list(Config) -> {def, {vsn,"TEST"}}, {dir, PrivDir}]), - ok = edoc:application(xmerl, [{dir, PrivDir}]), + ok = edoc:application(xmerl, [{preprocess,true},{dir, PrivDir}]), ok. build_map_module(Config) when is_list(Config) -> |