mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
added return EXIT_SUCCESS in main
This commit is contained in:
parent
acbfec0cb5
commit
11ea152d3c
|
@ -11,4 +11,5 @@ TODO
|
||||||
- check if security policy can be stricter
|
- check if security policy can be stricter
|
||||||
- ~~use addDirectoryAt instead of addDirectory~~
|
- ~~use addDirectoryAt instead of addDirectory~~
|
||||||
- ~~modify tests assertions~~
|
- ~~modify tests assertions~~
|
||||||
|
- add useful prints to unit tests
|
||||||
|
|
||||||
|
|
|
@ -123,5 +123,5 @@ int main(int argc, char *argv[]) {
|
||||||
generate_one_step(images_path);
|
generate_one_step(images_path);
|
||||||
generate_two_steps(images_path);
|
generate_two_steps(images_path);
|
||||||
|
|
||||||
return 0;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user