diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-07 08:27:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-07 08:27:11 +0200 |
commit | 7e3092b83516e720ef367e8172421266078ee7e6 (patch) | |
tree | d148680100da8dc9ae9a634bce9a82364825b20e /tests/libbuild2 | |
parent | 20ce40e34faf6b08f8c3bb9a149a3975fd4403cc (diff) |
Improve deadlock diagnostics (suppress stack trace, reword)
Diffstat (limited to 'tests/libbuild2')
-rw-r--r-- | tests/libbuild2/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libbuild2/driver.cxx b/tests/libbuild2/driver.cxx index 20c0ec2..706d276 100644 --- a/tests/libbuild2/driver.cxx +++ b/tests/libbuild2/driver.cxx @@ -20,7 +20,7 @@ main (int, char* argv[]) // Fake build system driver, default verbosity. // init_diag (1); - init (argv[0]); + init (nullptr, argv[0]); bash::build2_bash_load (); in::build2_in_load (); |