mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 04:18:55 +00:00
set return code in test (for pipeline)
This commit is contained in:
parent
b124b4ab78
commit
36b71d66b2
1 changed files with 2 additions and 0 deletions
|
@ -716,4 +716,6 @@ int main(int argc, char** argv) {
|
|||
|
||||
|
||||
printf("\nOverall: %s\n", overall ? "OK" : "FAILED");
|
||||
|
||||
return overall ? 0 : 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue