mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
Return false instead of exiting
This commit is contained in:
parent
6e56d97d97
commit
0fd3d69600
@ -121,7 +121,7 @@ bool RunIndexTests(const std::string& filter_path, bool enable_update) {
|
||||
std::cerr << "Index tests must be run using clang version \""
|
||||
<< kRequiredClangVersion << "\" (cquery is running with \""
|
||||
<< GetClangVersion() << "\")" << std::endl;
|
||||
exit(1);
|
||||
return false;
|
||||
}
|
||||
|
||||
bool success = true;
|
||||
|
Loading…
Reference in New Issue
Block a user