Add missing exit value.
This commit is contained in:
@@ -110,4 +110,5 @@ main(int argc, char *argv[])
|
|||||||
printf("%s: %d tests run, %d errors, %d%% success rate\n",
|
printf("%s: %d tests run, %d errors, %d%% success rate\n",
|
||||||
getprogname(), ntests, errors, (ntests - errors) * 100 / ntests);
|
getprogname(), ntests, errors, (ntests - errors) * 100 / ntests);
|
||||||
}
|
}
|
||||||
|
exit(errors);
|
||||||
}
|
}
|
||||||
|
@@ -107,4 +107,5 @@ main(int argc, char *argv[])
|
|||||||
printf("%s: %d tests run, %d errors, %d%% success rate\n",
|
printf("%s: %d tests run, %d errors, %d%% success rate\n",
|
||||||
getprogname(), ntests, errors, (ntests - errors) * 100 / ntests);
|
getprogname(), ntests, errors, (ntests - errors) * 100 / ntests);
|
||||||
}
|
}
|
||||||
|
exit(errors);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user