summaryrefslogtreecommitdiff
path: root/tools/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci.sh')
-rwxr-xr-xtools/ci.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci.sh b/tools/ci.sh
index 9c670b7be..9963f7796 100755
--- a/tools/ci.sh
+++ b/tools/ci.sh
@@ -75,8 +75,8 @@ function ci_mpy_format_setup {
function ci_mpy_format_test {
# Test mpy-tool.py dump feature on bytecode
- python2 ./tools/mpy-tool.py -xd ports/minimal/frozentest.mpy
- python3 ./tools/mpy-tool.py -xd ports/minimal/frozentest.mpy
+ python2 ./tools/mpy-tool.py -xd tests/frozen/frozentest.mpy
+ python3 ./tools/mpy-tool.py -xd tests/frozen/frozentest.mpy
# Test mpy-tool.py dump feature on native code
make -C examples/natmod/features1