mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-16 21:58: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 \""
|
std::cerr << "Index tests must be run using clang version \""
|
||||||
<< kRequiredClangVersion << "\" (cquery is running with \""
|
<< kRequiredClangVersion << "\" (cquery is running with \""
|
||||||
<< GetClangVersion() << "\")" << std::endl;
|
<< GetClangVersion() << "\")" << std::endl;
|
||||||
exit(1);
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool success = true;
|
bool success = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user