-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test the whole 'process' function, not just 'parse'
This change makes it possible to test config post-processing, i.e. - Repeating global options for each host (type) - Module dependencies - Aggregation of acl's and access rules (in the future) Related changes: - Module options are checked selectively because deps are now present (only the checked module instead of all) - New function 'compare_nodes/3' is used for more organized comparison of config tree nodes - HOST_TYPE is changed to HOST because some modules don't support dynamic domains yet. Before it was working only because it referred to an undefined host type and thus it managed to circumvent the check.
- Loading branch information
Showing
2 changed files
with
60 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters