Skip to content

Commit

Permalink
test BUGFIX missing searchdir
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Jun 5, 2024
1 parent e36e511 commit 8111a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/np2_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ np2_glob_test_setup_sess_ctx(struct nc_session *sess, const char **modules)

/* base modules */
ly_ctx_set_searchdir(ctx, LN2_YANG_MODULE_DIR);
ly_ctx_set_searchdir(ctx, NP_ROOT_DIR "/modules");
if (!ly_ctx_load_module(ctx, "ietf-netconf", "2013-09-29", all_features)) {
SETUP_FAIL_LOG;
return 1;
Expand Down

0 comments on commit 8111a8b

Please sign in to comment.