From: Cefn Hoile Date: Sat, 24 Feb 2018 21:59:13 +0000 (+0000) Subject: Moved upload scripts into test directory X-Git-Tag: 0.1.0~4^2~33 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/7f28171d985c44f5b0a686db54edb80bb7921410 Moved upload scripts into test directory --- diff --git a/python/upload_feather_huzzah_circuitpython_put.sh b/test/scripts/upload_feather_huzzah_circuitpython_put.sh similarity index 97% rename from python/upload_feather_huzzah_circuitpython_put.sh rename to test/scripts/upload_feather_huzzah_circuitpython_put.sh index fba0d4a..51134c5 100755 --- a/python/upload_feather_huzzah_circuitpython_put.sh +++ b/test/scripts/upload_feather_huzzah_circuitpython_put.sh @@ -28,7 +28,7 @@ for NAME in testing 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 diff --git a/python/upload_feather_huzzah_micropython_put.sh b/test/scripts/upload_feather_huzzah_micropython_put.sh similarity index 100% rename from python/upload_feather_huzzah_micropython_put.sh rename to test/scripts/upload_feather_huzzah_micropython_put.sh diff --git a/python/upload_feather_m0_watch.py b/test/scripts/upload_feather_m0_watch.py similarity index 98% rename from python/upload_feather_m0_watch.py rename to test/scripts/upload_feather_m0_watch.py index 21c4765..06028b1 100755 --- a/python/upload_feather_m0_watch.py +++ b/test/scripts/upload_feather_m0_watch.py @@ -18,7 +18,7 @@ command = ( # 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 diff --git a/python/upload_pyboard_watch.py b/test/scripts/upload_pyboard_watch.py similarity index 100% rename from python/upload_pyboard_watch.py rename to test/scripts/upload_pyboard_watch.py