diff --git a/tests/ps_schedstatistics/Makefile b/tests/ps_schedstatistics/Makefile index 7ff522c76..e745bdea9 100644 --- a/tests/ps_schedstatistics/Makefile +++ b/tests/ps_schedstatistics/Makefile @@ -11,6 +11,8 @@ USEMODULE += ps USEMODULE += schedstatistics USEMODULE += printf_float +TEST_ON_CI_WHITELIST += all + include $(RIOTBASE)/Makefile.include test: diff --git a/tests/ps_schedstatistics/tests/01-run.py b/tests/ps_schedstatistics/tests/01-run.py index 48448c280..4cd12c260 100755 --- a/tests/ps_schedstatistics/tests/01-run.py +++ b/tests/ps_schedstatistics/tests/01-run.py @@ -39,6 +39,8 @@ def _check_startup(child): def _check_help(child): + child.sendline('') + child.expect('>') child.sendline('help') child.expect_exact('Command Description') child.expect_exact('---------------------------------------')