Trust that script -x flags will always be set (#20453)

This commit is contained in:
Jason Smith 2020-12-14 19:02:46 -08:00 committed by GitHub
parent 80bde7b6b5
commit 81a0206df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
39 changed files with 0 additions and 4 deletions

View File

@ -27,8 +27,6 @@ tests-single-ci:
tests-single-local:
@if ! test -n "$(TEST_TARGET)" ; then echo "***ERROR*** Set TEST_TARGET=<your-module> or use make tests-all-local" ; return 1; fi
chmod +x buildroot/bin/*
chmod +x buildroot/tests/*
export PATH=./buildroot/bin/:./buildroot/tests/:${PATH} \
&& export VERBOSE_PLATFORMIO=$(VERBOSE_PLATFORMIO) \
&& run_tests . $(TEST_TARGET) "$(ONLY_TEST)"
@ -40,8 +38,6 @@ tests-single-local-docker:
.PHONY: tests-single-local-docker
tests-all-local:
chmod +x buildroot/bin/*
chmod +x buildroot/tests/*
export PATH=./buildroot/bin/:./buildroot/tests/:${PATH} \
&& export VERBOSE_PLATFORMIO=$(VERBOSE_PLATFORMIO) \
&& for TEST_TARGET in $$(./get_test_targets.py) ; do echo "Running tests for $$TEST_TARGET" ; run_tests . $$TEST_TARGET ; done

0
buildroot/tests/ARMED-tests Normal file → Executable file
View File

0
buildroot/tests/BIGTREE_BTT002-tests Normal file → Executable file
View File

0
buildroot/tests/BIGTREE_GTR_V1_0-tests Normal file → Executable file
View File

0
buildroot/tests/BIGTREE_SKR_PRO-tests Normal file → Executable file
View File

0
buildroot/tests/FLYF407ZG-tests Normal file → Executable file
View File

0
buildroot/tests/FYSETC_F6_13-tests Normal file → Executable file
View File

0
buildroot/tests/FYSETC_S6-tests Normal file → Executable file
View File

0
buildroot/tests/LERDGEX-tests Normal file → Executable file
View File

0
buildroot/tests/NUCLEO_F767ZI-tests Normal file → Executable file
View File

0
buildroot/tests/REMRAM_V1-tests Normal file → Executable file
View File

0
buildroot/tests/SAMD51_grandcentral_m4-tests Normal file → Executable file
View File

0
buildroot/tests/STM32F070CB_malyan-tests Normal file → Executable file
View File

0
buildroot/tests/STM32F070RB_malyan-tests Normal file → Executable file
View File

0
buildroot/tests/STM32F103CB_malyan-tests Normal file → Executable file
View File

0
buildroot/tests/STM32F103RC_btt-tests Normal file → Executable file
View File

0
buildroot/tests/STM32F103RC_btt_USB-tests Normal file → Executable file
View File

0
buildroot/tests/STM32F103RC_fysetc-tests Normal file → Executable file
View File

0
buildroot/tests/STM32F103RC_meeb-tests Normal file → Executable file
View File

0
buildroot/tests/STM32F103RET6_creality-tests Normal file → Executable file
View File

0
buildroot/tests/STM32F103RE_btt-tests Normal file → Executable file
View File

0
buildroot/tests/STM32F103RE_btt_USB-tests Normal file → Executable file
View File

0
buildroot/tests/STM32F401VE_STEVAL-tests Normal file → Executable file
View File

0
buildroot/tests/at90usb1286_cdc-tests Normal file → Executable file
View File

0
buildroot/tests/at90usb1286_dfu-tests Normal file → Executable file
View File

0
buildroot/tests/jgaurora_a5s_a1-tests Normal file → Executable file
View File

0
buildroot/tests/mega1280-tests Normal file → Executable file
View File

0
buildroot/tests/mks_robin-tests Normal file → Executable file
View File

0
buildroot/tests/mks_robin_lite-tests Normal file → Executable file
View File

0
buildroot/tests/mks_robin_mini-tests Normal file → Executable file
View File

0
buildroot/tests/mks_robin_nano35-tests Normal file → Executable file
View File

0
buildroot/tests/mks_robin_nano35_stm32-tests Normal file → Executable file
View File

0
buildroot/tests/mks_robin_pro-tests Normal file → Executable file
View File

0
buildroot/tests/mks_robin_stm32-tests Normal file → Executable file
View File

0
buildroot/tests/rambo-tests Normal file → Executable file
View File

0
buildroot/tests/rumba32-tests Normal file → Executable file
View File

0
buildroot/tests/sanguino1284p-tests Normal file → Executable file
View File

0
buildroot/tests/sanguino644p-tests Normal file → Executable file
View File

0
buildroot/tests/teensy41-tests Normal file → Executable file
View File