Skip to content

Commit

Permalink
Test MT source by default
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <pdipilat@redhat.com>
  • Loading branch information
pierDipi committed Apr 12, 2023
1 parent a738a6e commit 7a122e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ source "$(dirname "$0")/e2e-common.sh"
# Create the system namespace if it doesn't already exist (may be the same as the EVENTING_NAMESPACE)
kubectl get namespace "${SYSTEM_NAMESPACE}" || kubectl create namespace "${SYSTEM_NAMESPACE}"

TEST_MT_SOURCE=${TEST_MT_SOURCE:-0}
TEST_MT_SOURCE=${TEST_MT_SOURCE:-1}

echo "e2e-tests.sh command line: $@"

Expand Down

0 comments on commit 7a122e5

Please sign in to comment.