Skip to content

Commit

Permalink
remove debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed May 20, 2020
1 parent 54f0b84 commit 5461d5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/modules/all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ TEST_TARGETS := $(sort $(foreach x,$(TEST_SUBDIRS),$(findstring rlm_$x.la,$(ALL_
#
ifeq "$(TRAVIS)" "1"
TEST_TARGETS := $(filter-out rlm_icmp.la,$(TEST_TARGETS))
$(info $(TEST_TARGETS))
endif

TEST_BUILT := $(patsubst rlm_%.la,%,$(TEST_TARGETS))
Expand Down

0 comments on commit 5461d5e

Please sign in to comment.