summarylogtreecommitdiffstats
path: root/libethereum-hotfix-boost-1.59.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libethereum-hotfix-boost-1.59.patch')
-rw-r--r--libethereum-hotfix-boost-1.59.patch13
1 files changed, 4 insertions, 9 deletions
diff --git a/libethereum-hotfix-boost-1.59.patch b/libethereum-hotfix-boost-1.59.patch
index 166fbe2b78bd..810da7dfbff1 100644
--- a/libethereum-hotfix-boost-1.59.patch
+++ b/libethereum-hotfix-boost-1.59.patch
@@ -1,8 +1,8 @@
diff --git a/test/boostTest.cpp b/test/boostTest.cpp
-index 7c2b068..a883d85 100644
+index 7c2b068..2dc0082 100644
--- a/test/boostTest.cpp
+++ b/test/boostTest.cpp
-@@ -78,12 +78,12 @@ int main( int argc, char* argv[] )
+@@ -78,13 +78,6 @@ int main( int argc, char* argv[] )
{
framework::init(init_func, argc, argv);
@@ -12,12 +12,7 @@ index 7c2b068..a883d85 100644
-
- traverse_test_tree(framework::master_test_suite().p_id, filter);
- }
-+// if( !runtime_config::test_to_run().is_empty() )
-+// {
-+// test_case_filter filter(runtime_config::test_to_run());
-+//
-+// traverse_test_tree(framework::master_test_suite().p_id, filter);
-+// }
-
+-
framework::run();
+ results_reporter::make_report();