Explorar o código

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

specify args before package in test cmd
Chris Bannister %!s(int64=9) %!d(string=hai) anos
pai
achega
19682d9a9b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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