diff options
-rw-r--r-- | build2/test/rule.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx index 8e6c92b..a67ceff 100644 --- a/build2/test/rule.cxx +++ b/build2/test/rule.cxx @@ -774,6 +774,8 @@ namespace build2 const path& ip (it.path ()); assert (!ip.empty ()); // Should have been assigned by update. + cat = process (process_exit (0)); // Successfully exited. + if (!dry_run) { try |