Skip to content

Commit

Permalink
implemented the changes
Browse files Browse the repository at this point in the history
Signed-off-by: Griffin <[email protected]>
  • Loading branch information
prakrit55 committed Nov 16, 2023
1 parent bdafae0 commit 0ad46df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/e2e-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

export GO111MODULE=on

source $(dirname "$0")/../test/e2e-common.sh

test_name="$1"
Expand All @@ -27,12 +29,10 @@ if [[ -z "${test_dir}" ]]; then
fail_test "No testdir provided"
fi

header "Waiting Knative eventing to come up"
header "Waiting for Knative eventing to come up"

wait_until_pods_running knative-eventing || fail_test "Pods in knative-eventing didn't come up"

header "Running tests"

go_test_e2e -timeout=30m -run="${test_name}" "${test_dir}/..." || fail_test "Test(s) failed"

success
go_test_e2e -timeout=30m -run="${test_name}" "${test_dir}" || fail_test "Test(s) failed"

0 comments on commit 0ad46df

Please sign in to comment.