|
1 | 1 | #! /bin/bash
|
2 |
| -# |
| 2 | + |
3 | 3 | # Copyright 2019 The Kubernetes Authors.
|
4 | 4 | #
|
5 | 5 | # Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -73,7 +73,7 @@ configvar CSI_PROW_BUILD_PLATFORMS "linux amd64; windows amd64 .exe; linux ppc64
|
73 | 73 | # which is disabled with GOFLAGS=-mod=vendor).
|
74 | 74 | configvar GOFLAGS_VENDOR "$( [ -d vendor ] && echo '-mod=vendor' )" "Go flags for using the vendor directory"
|
75 | 75 |
|
76 |
| -# Go versions can be specified seperately for different tasks |
| 76 | +# Go versions can be specified separately for different tasks |
77 | 77 | # If the pre-installed Go is missing or a different
|
78 | 78 | # version, the required version here will get installed
|
79 | 79 | # from https://golang.org/dl/.
|
@@ -293,7 +293,7 @@ configvar CSI_PROW_E2E_FOCUS_LATEST '\[Feature:VolumeSnapshotDataSource\]' "non-
|
293 | 293 | configvar CSI_PROW_E2E_FOCUS "$(get_versioned_variable CSI_PROW_E2E_FOCUS "${csi_prow_kubernetes_version_suffix}")" "non-alpha, feature-tagged tests"
|
294 | 294 |
|
295 | 295 | # Serial vs. parallel is always determined by these regular expressions.
|
296 |
| -# Individual regular expressions are seperated by spaces for readability |
| 296 | +# Individual regular expressions are separated by spaces for readability |
297 | 297 | # and expected to not contain spaces. Use dots instead. The complete
|
298 | 298 | # regex for Ginkgo will be created by joining the individual terms.
|
299 | 299 | configvar CSI_PROW_E2E_SERIAL '\[Serial\] \[Disruptive\]' "tags for serial E2E tests"
|
@@ -998,7 +998,7 @@ make_test_to_junit () {
|
998 | 998 | echo "$line" # pass through
|
999 | 999 | if echo "$line" | grep -q "^### [^ ]*:$"; then
|
1000 | 1000 | if [ "$testname" ]; then
|
1001 |
| - # previous test succesful |
| 1001 | + # previous test successful |
1002 | 1002 | echo " </system-out>" >>"$out"
|
1003 | 1003 | echo " </testcase>" >>"$out"
|
1004 | 1004 | fi
|
|
0 commit comments