8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f3cff commit b170e87Copy full SHA for b170e87
.github/scripts/tests_run.sh
@@ -125,6 +125,8 @@ function run_test() {
125
extra_args="--embedded-services esp,arduino"
126
fi
127
128
+ rm $sketchdir/diagram.json 2>/dev/null || true
129
+
130
result=0
131
printf "\033[95mpytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args\033[0m\n"
132
bash -c "set +e; pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args; exit \$?" || result=$?
0 commit comments