Browse Source

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

Jason Smith 3 years ago
parent
commit
81a0206df8
No account linked to committer's email address
39 changed files with 0 additions and 4 deletions
  1. 0
    4
      Makefile
  2. 0
    0
      buildroot/tests/ARMED-tests
  3. 0
    0
      buildroot/tests/BIGTREE_BTT002-tests
  4. 0
    0
      buildroot/tests/BIGTREE_GTR_V1_0-tests
  5. 0
    0
      buildroot/tests/BIGTREE_SKR_PRO-tests
  6. 0
    0
      buildroot/tests/FLYF407ZG-tests
  7. 0
    0
      buildroot/tests/FYSETC_F6_13-tests
  8. 0
    0
      buildroot/tests/FYSETC_S6-tests
  9. 0
    0
      buildroot/tests/LERDGEX-tests
  10. 0
    0
      buildroot/tests/NUCLEO_F767ZI-tests
  11. 0
    0
      buildroot/tests/REMRAM_V1-tests
  12. 0
    0
      buildroot/tests/SAMD51_grandcentral_m4-tests
  13. 0
    0
      buildroot/tests/STM32F070CB_malyan-tests
  14. 0
    0
      buildroot/tests/STM32F070RB_malyan-tests
  15. 0
    0
      buildroot/tests/STM32F103CB_malyan-tests
  16. 0
    0
      buildroot/tests/STM32F103RC_btt-tests
  17. 0
    0
      buildroot/tests/STM32F103RC_btt_USB-tests
  18. 0
    0
      buildroot/tests/STM32F103RC_fysetc-tests
  19. 0
    0
      buildroot/tests/STM32F103RC_meeb-tests
  20. 0
    0
      buildroot/tests/STM32F103RET6_creality-tests
  21. 0
    0
      buildroot/tests/STM32F103RE_btt-tests
  22. 0
    0
      buildroot/tests/STM32F103RE_btt_USB-tests
  23. 0
    0
      buildroot/tests/STM32F401VE_STEVAL-tests
  24. 0
    0
      buildroot/tests/at90usb1286_cdc-tests
  25. 0
    0
      buildroot/tests/at90usb1286_dfu-tests
  26. 0
    0
      buildroot/tests/jgaurora_a5s_a1-tests
  27. 0
    0
      buildroot/tests/mega1280-tests
  28. 0
    0
      buildroot/tests/mks_robin-tests
  29. 0
    0
      buildroot/tests/mks_robin_lite-tests
  30. 0
    0
      buildroot/tests/mks_robin_mini-tests
  31. 0
    0
      buildroot/tests/mks_robin_nano35-tests
  32. 0
    0
      buildroot/tests/mks_robin_nano35_stm32-tests
  33. 0
    0
      buildroot/tests/mks_robin_pro-tests
  34. 0
    0
      buildroot/tests/mks_robin_stm32-tests
  35. 0
    0
      buildroot/tests/rambo-tests
  36. 0
    0
      buildroot/tests/rumba32-tests
  37. 0
    0
      buildroot/tests/sanguino1284p-tests
  38. 0
    0
      buildroot/tests/sanguino644p-tests
  39. 0
    0
      buildroot/tests/teensy41-tests

+ 0
- 4
Makefile View File

@@ -27,8 +27,6 @@ tests-single-ci:
27 27
 
28 28
 tests-single-local:
29 29
 	@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/*
32 30
 	export PATH=./buildroot/bin/:./buildroot/tests/:${PATH} \
33 31
 	  && export VERBOSE_PLATFORMIO=$(VERBOSE_PLATFORMIO) \
34 32
 	  && run_tests . $(TEST_TARGET) "$(ONLY_TEST)"
@@ -40,8 +38,6 @@ tests-single-local-docker:
40 38
 .PHONY: tests-single-local-docker
41 39
 
42 40
 tests-all-local:
43
-	chmod +x buildroot/bin/*
44
-	chmod +x buildroot/tests/*
45 41
 	export PATH=./buildroot/bin/:./buildroot/tests/:${PATH} \
46 42
 	  && export VERBOSE_PLATFORMIO=$(VERBOSE_PLATFORMIO) \
47 43
 	  && for TEST_TARGET in $$(./get_test_targets.py) ; do echo "Running tests for $$TEST_TARGET" ; run_tests . $$TEST_TARGET ; done

+ 0
- 0
buildroot/tests/ARMED-tests View File


+ 0
- 0
buildroot/tests/BIGTREE_BTT002-tests View File


+ 0
- 0
buildroot/tests/BIGTREE_GTR_V1_0-tests View File


+ 0
- 0
buildroot/tests/BIGTREE_SKR_PRO-tests View File


+ 0
- 0
buildroot/tests/FLYF407ZG-tests View File


+ 0
- 0
buildroot/tests/FYSETC_F6_13-tests View File


+ 0
- 0
buildroot/tests/FYSETC_S6-tests View File


+ 0
- 0
buildroot/tests/LERDGEX-tests View File


+ 0
- 0
buildroot/tests/NUCLEO_F767ZI-tests View File


+ 0
- 0
buildroot/tests/REMRAM_V1-tests View File


+ 0
- 0
buildroot/tests/SAMD51_grandcentral_m4-tests View File


+ 0
- 0
buildroot/tests/STM32F070CB_malyan-tests View File


+ 0
- 0
buildroot/tests/STM32F070RB_malyan-tests View File


+ 0
- 0
buildroot/tests/STM32F103CB_malyan-tests View File


+ 0
- 0
buildroot/tests/STM32F103RC_btt-tests View File


+ 0
- 0
buildroot/tests/STM32F103RC_btt_USB-tests View File


+ 0
- 0
buildroot/tests/STM32F103RC_fysetc-tests View File


+ 0
- 0
buildroot/tests/STM32F103RC_meeb-tests View File


+ 0
- 0
buildroot/tests/STM32F103RET6_creality-tests View File


+ 0
- 0
buildroot/tests/STM32F103RE_btt-tests View File


+ 0
- 0
buildroot/tests/STM32F103RE_btt_USB-tests View File


+ 0
- 0
buildroot/tests/STM32F401VE_STEVAL-tests View File


+ 0
- 0
buildroot/tests/at90usb1286_cdc-tests View File


+ 0
- 0
buildroot/tests/at90usb1286_dfu-tests View File


+ 0
- 0
buildroot/tests/jgaurora_a5s_a1-tests View File


+ 0
- 0
buildroot/tests/mega1280-tests View File


+ 0
- 0
buildroot/tests/mks_robin-tests View File


+ 0
- 0
buildroot/tests/mks_robin_lite-tests View File


+ 0
- 0
buildroot/tests/mks_robin_mini-tests View File


+ 0
- 0
buildroot/tests/mks_robin_nano35-tests View File


+ 0
- 0
buildroot/tests/mks_robin_nano35_stm32-tests View File


+ 0
- 0
buildroot/tests/mks_robin_pro-tests View File


+ 0
- 0
buildroot/tests/mks_robin_stm32-tests View File


+ 0
- 0
buildroot/tests/rambo-tests View File


+ 0
- 0
buildroot/tests/rumba32-tests View File


+ 0
- 0
buildroot/tests/sanguino1284p-tests View File


+ 0
- 0
buildroot/tests/sanguino644p-tests View File


+ 0
- 0
buildroot/tests/teensy41-tests View File


Loading…
Cancel
Save