瀏覽代碼

specify args before package in test cmd

Chris Bannister 9 年之前
父節點
當前提交
28866193fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      integration.sh

+ 1 - 1
integration.sh

@@ -66,7 +66,7 @@ function run_tests() {
 	if [ "$auth" = true ]
 	then
 		sleep 30s
-		go test -run=TestAuthentication -tags "integration gocql_debug" -timeout=15s $args -runauth
+		go test -run=TestAuthentication -tags "integration gocql_debug" -timeout=15s -runauth $args
 	else
 		sleep 1s
 		go test -tags "integration gocql_debug" -timeout=5m $args