We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f3cff commit 74bd290Copy full SHA for 74bd290
.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