Skip to content

Commit 5083aa7

Browse files
committed
test
1 parent dcd418b commit 5083aa7

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
@@ -88,11 +88,12 @@ function run_test() {
8888
result=0
8989
printf "\033[95mpytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args\033[0m\n"
9090
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"
91+
printf "\n"
9292
if [ $result -ne 0 ]; then
9393
error=$result
9494
fi
9595
done
96+
printf "\n"
9697
return $error
9798
}
9899

0 commit comments

Comments
 (0)