diff options
Diffstat (limited to 'tests/process')
-rw-r--r-- | tests/process/driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/process/driver.cxx b/tests/process/driver.cxx index f93f747..0aa9177 100644 --- a/tests/process/driver.cxx +++ b/tests/process/driver.cxx @@ -147,6 +147,7 @@ exec (const path& p, if (e.child ()) exit (1); + //cerr << args[0] << ": " << e.what () << endl; return false; } } |