diff options
Diffstat (limited to 'cpp/test/Freeze/dbmap/run.py')
-rwxr-xr-x | cpp/test/Freeze/dbmap/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/dbmap/run.py b/cpp/test/Freeze/dbmap/run.py index 11326f5e93d..fdfd3b8ffc9 100755 --- a/cpp/test/Freeze/dbmap/run.py +++ b/cpp/test/Freeze/dbmap/run.py @@ -34,7 +34,7 @@ TestUtil.cleanDbDir(dbdir) client = os.path.join(testdir, "client") print "starting client...", -clientPipe = os.popen(client + TestUtil.clientOptions + " " + testdir) +clientPipe = os.popen(client + TestUtil.clientOptions + " " + testdir + " 2>&1") print "ok" TestUtil.printOutputFromPipe(clientPipe) |