Skip to content

Commit

Permalink
Fix missing variable in run-chart-test script
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jul 10, 2020
1 parent 55a1868 commit ca81df1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/e2e/run-chart-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

KIND_LOG_LEVEL="1"

if ! [ -z $DEBUG ]; then
set -x
KIND_LOG_LEVEL="6"
fi

set -o errexit
set -o nounset
set -o pipefail
Expand Down

0 comments on commit ca81df1

Please sign in to comment.