You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +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
|
else
|
||||||
{
|
{
|
||||||
diag("Can't connect to a server. Aborting....");
|
diag("Can't connect to a server. Aborting....");
|
||||||
exit(0);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i=0; i < total; i++) {
|
for (i=0; i < total; i++) {
|
||||||
|
Reference in New Issue
Block a user