You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Fixed exit code in case the test can't connect
This commit is contained in:
@@ -510,7 +510,7 @@ void run_tests(struct my_tests_st *test) {
|
||||
else
|
||||
{
|
||||
diag("Can't connect to a server. Aborting....");
|
||||
exit(0);
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
for (i=0; i < total; i++) {
|
||||
|
Reference in New Issue
Block a user