瀏覽代碼

Capture showlog output

Ben Hood 11 年之前
父節點
當前提交
eb193786dc
共有 1 個文件被更改,包括 2 次插入1 次删除
  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