diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-10-07 20:33:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 20:33:23 +0300 |
| commit | c10e4d336bd7a7997cdc5e0e28ca2f4b59cf9f0a (patch) | |
| tree | a9973c494bca6b10f0e8a1f55e86bda06c858328 /tests/lib/cli/common_cli.c | |
| parent | ded59bcc7235af41d73ed93bf9069510c94334ed (diff) | |
| parent | e8648a0c72f89d4ee5abe271ba079df71c4c1418 (diff) | |
Merge pull request #17015 from LabNConsulting/chopps/load-internal-ietf-yang-library
lib: add flag to have libyang load internal ietf-yang-library module
Diffstat (limited to 'tests/lib/cli/common_cli.c')
| -rw-r--r-- | tests/lib/cli/common_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cli/common_cli.c b/tests/lib/cli/common_cli.c index 6401971435..342a91cc79 100644 --- a/tests/lib/cli/common_cli.c +++ b/tests/lib/cli/common_cli.c @@ -77,7 +77,7 @@ int main(int argc, char **argv) for (yangcount = 0; test_yang_modules && test_yang_modules[yangcount]; yangcount++) ; - nb_init(master, test_yang_modules, yangcount, false); + nb_init(master, test_yang_modules, yangcount, false, false); test_init(argc, argv); |
