diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-21 12:36:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-21 12:36:35 +0200 |
commit | e930d5c9cb4176c6055bde2b4ff196f4b5f92f69 (patch) | |
tree | 948cd3832e609248d02c8abaafe16385f93a44a7 /tests/process | |
parent | b6616430560102415bb82062b845a23c830bac0d (diff) |
Redo process path search to better accommodate Windows-specific semantics
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; } } |