aboutsummaryrefslogtreecommitdiff
path: root/build2/test/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/rule.cxx')
-rw-r--r--build2/test/rule.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx
index 5cec891..0e1aff6 100644
--- a/build2/test/rule.cxx
+++ b/build2/test/rule.cxx
@@ -397,6 +397,12 @@ namespace build2
{
r = scope_state::failed;
}
+ catch (const std::exception& e)
+ {
+ *diag_stream << "unhandled exception: " << e;
+ assert (false);
+ abort ();
+ }
return r;
}