Skip to content

Commit dcd418b

Browse files
committed
fix
1 parent 03166e0 commit dcd418b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/tests_run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function run_test() {
2121

2222
if [[ $is_target == "false" ]] || [[ $selected_platform == "false" ]]; then
2323
printf "\033[93mSkipping $sketchname test for $target, platform: $platform\033[0m\n"
24+
printf "\n\n\n"
2425
return 0
2526
fi
2627

@@ -87,7 +88,7 @@ function run_test() {
8788
result=0
8889
printf "\033[95mpytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args\033[0m\n"
8990
bash -c "set +e; pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args; exit \$?" || result=$?
90-
printf "\n\n\n\n"
91+
printf "\n\n\n"
9192
if [ $result -ne 0 ]; then
9293
error=$result
9394
fi

0 commit comments

Comments
 (0)