Skip to content

Commit

Permalink
Add +x option to e2e-tests script to print commands as they are run (
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Anderson authored Jul 12, 2022
1 parent 07b7020 commit 11d150e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ source $(dirname $0)/../vendor/knative.dev/hack/e2e-tests.sh
source "$(dirname $0)"/e2e-library-deployments.sh
source "$(dirname $0)"/e2e-library.sh

set +x

# Script entry point.
initialize "$@" --skip-istio-addon

Expand Down

0 comments on commit 11d150e

Please sign in to comment.