Remember to exit with exit_status() from unit testing
This commit is contained in:
parent
3bbda921b7
commit
9d7f0037a8
|
@ -16,5 +16,5 @@ int main(int argc, char *argv[])
|
|||
|
||||
ok(1, "termkey_free");
|
||||
|
||||
return 0;
|
||||
return exit_status();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue