Skip to content

Commit

Permalink
We now have to load the modules manually
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 8, 2014
1 parent 778330c commit 90feb75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/unittest.c
Expand Up @@ -551,6 +551,13 @@ int main(int argc, char *argv[])
exit(EXIT_FAILURE);
}

/*
* Load the modules
*/
if (setup_modules(false, mainconfig.config) < 0) {
exit(EXIT_FAILURE);
}

/* Set the panic action (if required) */
if (mainconfig.panic_action &&
#ifndef NDEBUG
Expand Down

0 comments on commit 90feb75

Please sign in to comment.