diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2020-04-05 13:19:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-05 13:19:22 -0400 |
| commit | e3770cdbdd640d3daf524b503173ef62af185b52 (patch) | |
| tree | 2d343f6183e10a9a3944b4fe516070fd8159e571 /tests/lib/cli/common_cli.c | |
| parent | 9247ee0f045bfa505ad08ef4533ebc6c7d3d19e5 (diff) | |
| parent | dc397e4c0adc13982fc5d83a1afc42178708f4a5 (diff) | |
Merge pull request #6153 from opensourcerouting/nb-stuff
Minor NB improvements
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 e091372ab8..bd81656ca9 100644 --- a/tests/lib/cli/common_cli.c +++ b/tests/lib/cli/common_cli.c @@ -84,7 +84,7 @@ int main(int argc, char **argv) vty_init(master, false); lib_cmd_init(); - yang_init(); + yang_init(true); nb_init(master, NULL, 0); test_init(argc, argv); |
