Browse Source

Merge pull request #657 from Zariel/fix-args-order

specify args before package in test cmd
Chris Bannister 9 năm trước cách đây
mục cha
commit
19682d9a9b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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