From e930d5c9cb4176c6055bde2b4ff196f4b5f92f69 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 21 Aug 2016 12:36:35 +0200 Subject: Redo process path search to better accommodate Windows-specific semantics --- tests/process/driver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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; } } -- cgit v1.1