Skip to content

Commit f59b7d1

Browse files
committed
Update path to generic driver tests
After the recent Mbed OS folder restructuring, the CI for Mbed CLI fails as the CI scripts contain hard-coded paths to locate the generic driver tests. Update the CI scripts with the new path, so that CI has a chance to pass with new versions of Mbed OS.
1 parent 3fcb0e7 commit f59b7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ commands:
7272
command: |
7373
echo $PATH
7474
ls -l /opt/gcc-arm-none-eabi-5_3-2016q1/bin
75-
mbed compile --source=. --source=mbed-os/TESTS/mbed_drivers/generic_tests -j 0
75+
mbed compile --source=. --source=mbed-os/drivers/tests/TESTS/mbed_drivers/generic_tests -j 0
7676
mbed test --compile -n mbed-os-tests-mbed_drivers-generic_tests -j 0
7777
run_old_support_tests:
7878
steps:

0 commit comments

Comments
 (0)