Skip to content
Snippets Groups Projects
Commit 8c4388ad authored by mvelosob's avatar mvelosob
Browse files

cta-verify-file should return 1 on error

parent 208b5928
Branches
Tags
No related merge requests found
......@@ -11,6 +11,7 @@
### Bug fixes
- cta/CTA#1120 - Fix negative disk space reservation content
- cta-verify-file should return 1 on error
### Building and Packaging
### Catalogue Schema
......
......@@ -214,5 +214,5 @@ int main(int argc, const char **argv)
std::cerr << "Caught an unknown exception" << std::endl;
}
return 0;
return 1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment