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.
2 parents f5ff9a3 + 7a3e237 commit ad5e419Copy full SHA for ad5e419
.github/scripts/tests_run.sh
@@ -95,8 +95,8 @@ function run_test() {
95
printf "\033[95mpytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args\033[0m\n"
96
bash -c "set +e; pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args; exit \$?" || result=$?
97
printf "\n"
98
- result=$?
99
if [ $result -ne 0 ]; then
+ printf "\033[91mFailed test: $sketchname -- Config: $i\033[0m\n"
100
error=$result
101
fi
102
0 commit comments