1
0
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:
Georg Richter
2017-01-04 12:44:08 +01:00
parent 99419d35f0
commit fd005f9bc1

View File

@@ -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++) {