]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Moved upload scripts into test directory
authorCefn Hoile <github.com@cefn.com>
Sat, 24 Feb 2018 21:59:13 +0000 (21:59 +0000)
committerCefn Hoile <github.com@cefn.com>
Sat, 24 Feb 2018 21:59:13 +0000 (21:59 +0000)
test/scripts/upload_feather_huzzah_circuitpython_put.sh [moved from python/upload_feather_huzzah_circuitpython_put.sh with 97% similarity]
test/scripts/upload_feather_huzzah_micropython_put.sh [moved from python/upload_feather_huzzah_micropython_put.sh with 100% similarity]
test/scripts/upload_feather_m0_watch.py [moved from python/upload_feather_m0_watch.py with 98% similarity]
test/scripts/upload_pyboard_watch.py [moved from python/upload_pyboard_watch.py with 100% similarity]

similarity index 97%
rename from python/upload_feather_huzzah_circuitpython_put.sh
rename to test/scripts/upload_feather_huzzah_circuitpython_put.sh
index fba0d4a5ead3d92b2aeb5e322ca2ae4a82c17213..51134c527215498b6bdc4cb37572951777cf0490 100755 (executable)
@@ -28,7 +28,7 @@ for NAME in testing
 do
     find ${NAME} -name '*.py'| \
     grep -v -E '^testing/implementation/micropython*' | \
 do
     find ${NAME} -name '*.py'| \
     grep -v -E '^testing/implementation/micropython*' | \
-    grep -v -E '^testing/mcp.py' | \
+    grep -v -E '^testing/adafruit_blinka.py' | \
     xargs -n1 -I {} sh -c "echo Copying {} ...; ampy --port ${PORT} put {} {}"
 done
 
     xargs -n1 -I {} sh -c "echo Copying {} ...; ampy --port ${PORT} put {} {}"
 done
 
similarity index 98%
rename from python/upload_feather_m0_watch.py
rename to test/scripts/upload_feather_m0_watch.py
index 21c4765445a9f9f45a18007d6b8695136346a3ac..06028b13964002fb18a87517326d49f702d19c15 100755 (executable)
@@ -18,7 +18,7 @@ command = (
     # prefer unittest.mpy bytecode
     '--exclude="/unittest.py" '
     # should never be used by tests targeting feather m0
     # prefer unittest.mpy bytecode
     '--exclude="/unittest.py" '
     # should never be used by tests targeting feather m0
-    '--exclude="mcp" '
+    '--exclude="adafruit_blinka" '
     # don't upload upload https://www.youtube.com/watch?v=iEwW6D0sht0
     '--exclude="upload_*_watch.py" '
     # recurse in search
     # don't upload upload https://www.youtube.com/watch?v=iEwW6D0sht0
     '--exclude="upload_*_watch.py" '
     # recurse in search