Browse Source

🔨 Move Docker local test script

Followup to #25583
Scott Lahteine 1 year ago
parent
commit
c47189a9d9
2 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile
  2. 0 0
      buildroot/share/scripts/get_test_targets.py

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-SCRIPTS_DIR := scripts
+SCRIPTS_DIR := buildroot/share/scripts
 CONTAINER_RT_BIN := docker
 CONTAINER_RT_OPTS := --rm -v $(PWD):/code -v platformio-cache:/root/.platformio
 CONTAINER_IMAGE := marlin-dev

+ 0 - 0
scripts/get_test_targets.py → buildroot/share/scripts/get_test_targets.py