Skip to content

Commit

Permalink
Merge pull request #12254 from aabadie/pr/tests/useless_ci_whitelist
Browse files Browse the repository at this point in the history
tests: remove remaining use of "TEST_ON_CI_WHITELIST += all"
  • Loading branch information
miri64 authored Sep 17, 2019
2 parents 5a01a76 + 2e9f443 commit 1a89829
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions dist/tools/buildsystem_sanity_check/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ check_deprecated_vars_patterns() {
local pathspec=()

patterns+=(-e 'FEATURES_MCU_GROUP')
patterns+=(-e 'TEST_ON_CI_WHITELIST += all')

# Pathspec with exclude should start by an inclusive pathspec in git 2.7.4
pathspec+=('*')
Expand Down
2 changes: 0 additions & 2 deletions tests/sys_crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ USEMODULE += crypto
USEMODULE += cipher_modes
CFLAGS += -DCRYPTO_THREEDES

TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include
2 changes: 0 additions & 2 deletions tests/test_tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ include ../Makefile.tests_common

USEMODULE += shell

TEST_ON_CI_WHITELIST += all

# Disable shell echo and prompt to not have them in the way for testing
CFLAGS += -DSHELL_NO_ECHO=1 -DSHELL_NO_PROMPT=1

Expand Down

0 comments on commit 1a89829

Please sign in to comment.