We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 178f4cb + b170e87 commit 8d56f9dCopy full SHA for 8d56f9d
.github/scripts/tests_run.sh
@@ -106,6 +106,8 @@ function run_test() {
106
extra_args="--embedded-services esp,arduino"
107
fi
108
109
+ rm $sketchdir/diagram.json 2>/dev/null || true
110
+
111
result=0
112
printf "\033[95mpytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args\033[0m\n"
113
bash -c "set +e; pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args; exit \$?" || result=$?
0 commit comments