Explorar o código

Capture showlog output

Ben Hood %!s(int64=11) %!d(string=hai) anos
pai
achega
eb193786dc
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      integration.sh

+ 2 - 1
integration.sh

@@ -15,7 +15,8 @@ function run_tests() {
 	ccm start -v
 	ccm status
 	ccm node1 nodetool status
-	ccm node1 showlog
+	ccm node1 showlog > n1_status.log
+	cat n1_status.log
 
 	local proto=2
 	if [[ $version == 1.2.* ]]; then