Skip to content

Commit

Permalink
[YUNIKORN-2093] Remove unnecessary e2e_test condition in makefile (#712)
Browse files Browse the repository at this point in the history
Closes: #712

Signed-off-by: Peter Bacsko <[email protected]>
  • Loading branch information
doupache authored and pbacsko committed Oct 31, 2023
1 parent b1e44a5 commit 67d3933
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ ifeq ($(VERSION),)
VERSION := latest
endif

# Test selection
ifeq ($(E2E_TEST),)
E2E_TEST :=
endif

# Kernel (OS) Name
OS := $(shell uname -s | tr '[:upper:]' '[:lower:]')

Expand Down

0 comments on commit 67d3933

Please sign in to comment.