Skip to content

Commit 81a0206

Browse files
authored
Trust that script -x flags will always be set (MarlinFirmware#20453)
1 parent 80bde7b commit 81a0206

39 files changed

+0
-4
lines changed

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ tests-single-ci:
2727

2828
tests-single-local:
2929
@if ! test -n "$(TEST_TARGET)" ; then echo "***ERROR*** Set TEST_TARGET=<your-module> or use make tests-all-local" ; return 1; fi
30-
chmod +x buildroot/bin/*
31-
chmod +x buildroot/tests/*
3230
export PATH=./buildroot/bin/:./buildroot/tests/:${PATH} \
3331
&& export VERBOSE_PLATFORMIO=$(VERBOSE_PLATFORMIO) \
3432
&& run_tests . $(TEST_TARGET) "$(ONLY_TEST)"
@@ -40,8 +38,6 @@ tests-single-local-docker:
4038
.PHONY: tests-single-local-docker
4139

4240
tests-all-local:
43-
chmod +x buildroot/bin/*
44-
chmod +x buildroot/tests/*
4541
export PATH=./buildroot/bin/:./buildroot/tests/:${PATH} \
4642
&& export VERBOSE_PLATFORMIO=$(VERBOSE_PLATFORMIO) \
4743
&& for TEST_TARGET in $$(./get_test_targets.py) ; do echo "Running tests for $$TEST_TARGET" ; run_tests . $$TEST_TARGET ; done

buildroot/tests/ARMED-tests

100644100755
File mode changed.

buildroot/tests/BIGTREE_BTT002-tests

100644100755
File mode changed.

buildroot/tests/BIGTREE_GTR_V1_0-tests

100644100755
File mode changed.

buildroot/tests/BIGTREE_SKR_PRO-tests

100644100755
File mode changed.

buildroot/tests/FLYF407ZG-tests

100644100755
File mode changed.

buildroot/tests/FYSETC_F6_13-tests

100644100755
File mode changed.

buildroot/tests/FYSETC_S6-tests

100644100755
File mode changed.

buildroot/tests/LERDGEX-tests

100644100755
File mode changed.

buildroot/tests/NUCLEO_F767ZI-tests

100644100755
File mode changed.

buildroot/tests/REMRAM_V1-tests

100644100755
File mode changed.

buildroot/tests/SAMD51_grandcentral_m4-tests

100644100755
File mode changed.

buildroot/tests/STM32F070CB_malyan-tests

100644100755
File mode changed.

buildroot/tests/STM32F070RB_malyan-tests

100644100755
File mode changed.

buildroot/tests/STM32F103CB_malyan-tests

100644100755
File mode changed.

buildroot/tests/STM32F103RC_btt-tests

100644100755
File mode changed.

buildroot/tests/STM32F103RC_btt_USB-tests

100644100755
File mode changed.

buildroot/tests/STM32F103RC_fysetc-tests

100644100755
File mode changed.

buildroot/tests/STM32F103RC_meeb-tests

100644100755
File mode changed.

buildroot/tests/STM32F103RET6_creality-tests

100644100755
File mode changed.

buildroot/tests/STM32F103RE_btt-tests

100644100755
File mode changed.

buildroot/tests/STM32F103RE_btt_USB-tests

100644100755
File mode changed.

buildroot/tests/STM32F401VE_STEVAL-tests

100644100755
File mode changed.

buildroot/tests/at90usb1286_cdc-tests

100644100755
File mode changed.

buildroot/tests/at90usb1286_dfu-tests

100644100755
File mode changed.

buildroot/tests/jgaurora_a5s_a1-tests

100644100755
File mode changed.

buildroot/tests/mega1280-tests

100644100755
File mode changed.

buildroot/tests/mks_robin-tests

100644100755
File mode changed.

buildroot/tests/mks_robin_lite-tests

100644100755
File mode changed.

buildroot/tests/mks_robin_mini-tests

100644100755
File mode changed.

buildroot/tests/mks_robin_nano35-tests

100644100755
File mode changed.

buildroot/tests/mks_robin_nano35_stm32-tests

100644100755
File mode changed.

buildroot/tests/mks_robin_pro-tests

100644100755
File mode changed.

buildroot/tests/mks_robin_stm32-tests

100644100755
File mode changed.

buildroot/tests/rambo-tests

100644100755
File mode changed.

buildroot/tests/rumba32-tests

100644100755
File mode changed.

buildroot/tests/sanguino1284p-tests

100644100755
File mode changed.

buildroot/tests/sanguino644p-tests

100644100755
File mode changed.

buildroot/tests/teensy41-tests

100644100755
File mode changed.

0 commit comments

Comments
 (0)