mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #12254 from aabadie/pr/tests/useless_ci_whitelist
tests: remove remaining use of "TEST_ON_CI_WHITELIST += all"
This commit is contained in:
commit
1a89829cc7
1
dist/tools/buildsystem_sanity_check/check.sh
vendored
1
dist/tools/buildsystem_sanity_check/check.sh
vendored
@ -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+=('*')
|
||||
|
@ -27,6 +27,4 @@ USEMODULE += crypto
|
||||
USEMODULE += cipher_modes
|
||||
CFLAGS += -DCRYPTO_THREEDES
|
||||
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user