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 dcd418b commit 5083aa7Copy full SHA for 5083aa7
.github/scripts/tests_run.sh
@@ -88,11 +88,12 @@ function run_test() {
88
result=0
89
printf "\033[95mpytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args\033[0m\n"
90
bash -c "set +e; pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args; exit \$?" || result=$?
91
- printf "\n\n\n"
+ printf "\n"
92
if [ $result -ne 0 ]; then
93
error=$result
94
fi
95
done
96
97
return $error
98
}
99
0 commit comments