From aef0f1dcae0146cebea0a8a994ec0c7ea0a583ec Mon Sep 17 00:00:00 2001 From: khizmax Date: Fri, 10 Jun 2016 11:48:46 +0300 Subject: [PATCH] Added more logging for skipped stress tests --- test/stress/framework/stress_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/stress/framework/stress_test.cpp b/test/stress/framework/stress_test.cpp index 0a185b4c..23358e44 100644 --- a/test/stress/framework/stress_test.cpp +++ b/test/stress/framework/stress_test.cpp @@ -104,6 +104,7 @@ namespace cds_test { return true; std::cout << "Skipped (detail level=" << nLevel << ")" << std::endl; + propout() << std::make_pair( "skipped", 1 ); return false; } -- 2.34.1