You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/scripts/tests_run.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ function run_test {
45
45
fi
46
46
47
47
if [ !-f"$sdkconfig_path" ];then
48
-
printf"\033[93mSketch %s not built\nMight be due to missing target requirements or build failure\033[0m\n""$sketchname"
48
+
printf"\033[93mSketch %s build not found in %s\nMight be due to missing target requirements or build failure\033[0m\n""$(dirname "$sdkconfig_path")""$sketchname"
You should see the output of the build process and the test binary should be generated in the ``~/.arduino/tests/<test_name>/build.tmp`` folder.
321
+
You should see the output of the build process and the test binary should be generated in the ``~/.arduino/tests/<target_chip>/<test_name>/build.tmp`` folder.
322
322
323
323
Now that the test is built, you can run it in the target board. Connect the target board to your computer and run:
324
324
@@ -339,7 +339,7 @@ The test will run on the target board and you should see the output of the test
=============================================================================================== test session starts ================================================================================================
344
344
platform darwin -- Python 3.12.3, pytest-8.2.2, pluggy-1.5.0
0 commit comments