We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70aa1ec commit 1fece90Copy full SHA for 1fece90
tests/sys/shell/Makefile
@@ -23,3 +23,9 @@ CFLAGS += '-DTHREAD_STACKSIZE_MAIN=(THREAD_STACKSIZE_SMALL+THREAD_EXTRA_STACKSIZ
23
24
# the test script skips tests if socat is not used
25
$(call target-export-variables,$(RIOT_TERMINAL),RIOT_TERMINAL)
26
+
27
+# skip reboot for boards using highlevel_stdio that would disconnect during reboot
28
+ifneq (,$(filter highlevel_stdio,$(FEATURES_USED)))
29
+ TESTRUNNER_SHELL_SKIP_REBOOT := 1
30
+endif
31
+$(call target-export-variables,$(TESTRUNNER_SHELL_SKIP_REBOOT),TESTRUNNER_SHELL_SKIP_REBOOT)
0 commit comments