Skip to content

Commit

Permalink
Trust that script -x flags will always be set (#20453)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjasonsmith committed Dec 15, 2020
1 parent 80bde7b commit 81a0206
Show file tree
Hide file tree
Showing 39 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand All @@ -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
Expand Down
Empty file modified buildroot/tests/ARMED-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/BIGTREE_BTT002-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/BIGTREE_GTR_V1_0-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/BIGTREE_SKR_PRO-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/FLYF407ZG-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/FYSETC_F6_13-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/FYSETC_S6-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/LERDGEX-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/NUCLEO_F767ZI-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/REMRAM_V1-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/SAMD51_grandcentral_m4-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/STM32F070CB_malyan-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/STM32F070RB_malyan-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/STM32F103CB_malyan-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/STM32F103RC_btt-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/STM32F103RC_btt_USB-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/STM32F103RC_fysetc-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/STM32F103RC_meeb-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/STM32F103RET6_creality-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/STM32F103RE_btt-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/STM32F103RE_btt_USB-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/STM32F401VE_STEVAL-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/at90usb1286_cdc-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/at90usb1286_dfu-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/jgaurora_a5s_a1-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/mega1280-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/mks_robin-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/mks_robin_lite-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/mks_robin_mini-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/mks_robin_nano35-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/mks_robin_nano35_stm32-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/mks_robin_pro-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/mks_robin_stm32-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/rambo-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/rumba32-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/sanguino1284p-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/sanguino644p-tests
100644 → 100755
Empty file.
Empty file modified buildroot/tests/teensy41-tests
100644 → 100755
Empty file.

0 comments on commit 81a0206

Please sign in to comment.