We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193aa29 commit 7e0b904Copy full SHA for 7e0b904
1 file changed
tests/ports/psoc6/run_psoc6_tests.sh
@@ -161,7 +161,7 @@ mpremote_vfs_large_file_tests() {
161
echo
162
echo "running tests : vfs large files"
163
164
- chmod 777 ${tests_psoc6_dir}/mp_custom/fs.py
+ chmod 777 ${tests_psoc6_dir}/mp_custom/fs_test.py
165
166
# On device file saving tests for medium and large size takes considerable
167
# amount of time. Hence only when needed, this should be triggered.
@@ -170,7 +170,7 @@ mpremote_vfs_large_file_tests() {
170
enable_adv_tests="adv"
171
fi
172
173
- python3 ${tests_psoc6_dir}/mp_custom/fs.py ${dev_test} ${enable_adv_tests} ${storage_device}
+ python3 ${tests_psoc6_dir}/mp_custom/fs_test.py --device ${dev_test} --test_type ${enable_adv_tests} --mem_type ${storage_device}
174
175
update_test_result $?
176
}
0 commit comments