Преглед изворни кода

Merge pull request #9314 from coreos/ttt

test: fix "internal/store"
Gyuho Lee пре 8 година
родитељ
комит
a3d0c2e60d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      test

+ 1 - 1
test

@@ -101,7 +101,7 @@ function integration_extra {
 	go test -timeout 1m -v ${RACE} -cpu 1,2,4 "$@" "${REPO_PATH}/client/integration"
 	go test -timeout 20m -v ${RACE} -cpu 1,2,4 "$@" "${REPO_PATH}/clientv3/integration"
 	go test -timeout 1m -v -cpu 1,2,4 "$@" "${REPO_PATH}/contrib/raftexample"
-	go test -timeout 5m -v ${RACE} -tags v2v3 "$@" "${REPO_PATH}/store"
+	go test -timeout 5m -v ${RACE} -tags v2v3 "$@" "${REPO_PATH}/internal/store"
 	go test -timeout 1m -v ${RACE} -cpu 1,2,4 -run=Example "$@" "${TEST[@]}"
 }