mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-23 15:58:05 +11:00
cvm: use return code indicated by Collapse OS
Always returning zero caused test failures not to be properly detected.
This commit is contained in:
parent
6d2a0f749a
commit
dcab047302
@ -115,5 +115,5 @@ int main(int argc, char *argv[])
|
||||
retcode = 1;
|
||||
}
|
||||
VM_deinit();
|
||||
return 0;
|
||||
return retcode;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user