diff runner/main.cpp @ 233:9a10c3ffff47

Update summary code and tests -- fix multiple outputs when requesting both summary and non-summary for the same output; and values have been changed because of the coded file cache bit depth change. Also skip network-dependent tests if there is no network.
author Chris Cannam
date Thu, 25 Feb 2016 18:19:27 +0000
parents 3b7ec45abd1c
children 7c4f7cd065a0
line wrap: on
line diff
--- a/runner/main.cpp	Thu Feb 25 13:02:57 2016 +0000
+++ b/runner/main.cpp	Thu Feb 25 18:19:27 2016 +0000
@@ -857,8 +857,7 @@
     if (!requestedSummaryTypes.empty()) {
         if (!manager.setSummaryTypes(requestedSummaryTypes,
                                      boundaries)) {
-            cerr << myname
-                 << ": failed to set requested summary types" << endl;
+            cerr << myname << ": failed to set requested summary types" << endl;
             exit(1);
         }
     }