Skip to content

Commit

Permalink
valvula:
Browse files Browse the repository at this point in the history
* [fix] Some cleanups more..
  • Loading branch information
francisbrosnan committed Sep 9, 2016
1 parent 084d136 commit c54b65a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_01.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,14 @@ axl_bool test_01 (void)
if (! ctx) {
printf ("ERROR: unable to load configuration file at %s\n", path);

printf ("****\n");
printf ("**** Remember, mysql server must have the following account to ensure reg tests works\n");
printf ("**** User: valvula\n");
printf ("**** Db: valvula\n");
printf ("**** Pass: valvula\n");
printf ("****\n");
printf ("**** If you are getting mysql error then review these settings..\n");
printf ("****\n");

return axl_false;
} /* end if */
Expand Down

0 comments on commit c54b65a

Please sign in to comment.