Merge pull request #41181 from tanshanshan/fix-wrong-shell

Automatic merge from submit-queue (batch tested with PRs 40917, 41181, 41123, 36592, 41183)

fix scheduler performance test script 

**What this PR does / why we need it**:

 

 `test-performance.sh` is  in  dir `kubernetes/test/integration/scheduler_perf`

the  dir `kubernetes/test/component/scheduler/perf`  does not exist

Thanks.

**Special notes for your reviewer**:

**Release note**:

```release-note
```
This commit is contained in:
Kubernetes Submit Queue 2017-02-09 23:10:44 -08:00 committed by GitHub
commit 2b2af10a50
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ kube::test::find_dirs() {
-o -path './test/e2e/*' \
-o -path './test/e2e_node/*' \
-o -path './test/integration/*' \
-o -path './test/component/scheduler/perf/*' \
-o -path './third_party/*' \
-o -path './staging/*' \
-o -path './vendor/*' \

View File

@ -32,7 +32,7 @@ Currently the test suite has the following:
How To Run
------
```
cd kubernetes/test/component/scheduler/perf
cd kubernetes/test/integration/scheduler_perf
./test-performance.sh
```