ltlcross: report aborted HOA files
* src/bin/ltlcross.cc: Here. * src/tgbatest/ltlcross3.test: Add test case.
This commit is contained in:
parent
c12b2d63b3
commit
63abfed108
2 changed files with 20 additions and 0 deletions
|
|
@ -1055,6 +1055,16 @@ namespace
|
|||
end_error();
|
||||
res = nullptr;
|
||||
}
|
||||
else if (aut->aborted)
|
||||
{
|
||||
status_str = "aborted";
|
||||
problem = true;
|
||||
es = -1;
|
||||
std::ostream& err = global_error();
|
||||
err << "error: aborted HOA file.\n";
|
||||
end_error();
|
||||
res = nullptr;
|
||||
}
|
||||
else
|
||||
{
|
||||
res = aut->aut;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue