Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Jul 6, 2023
1 parent 189f253 commit e610cd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ done
if [ ${#failed_tests[@]} -ne 0 ]; then
echo "failed tests file:"
for failed_test in "${failed_tests[@]}"; do
echo "$failed_test"
echo "::error file=tests/$failed_test,line=9,col=5,endColumn=7::Missing semicolon"
failed_test_fixed=${failed_test/#.\//tests\/}
echo "$failed_test_fixed"
echo "::error file=$failed_test_fixed,line=9,col=5,endColumn=7::Missing semicolon"
done
exit 1
fi

0 comments on commit e610cd7

Please sign in to comment.