Skip to content

Commit

Permalink
prettifier output
Browse files Browse the repository at this point in the history
  • Loading branch information
windmgc committed Dec 13, 2022
1 parent 690581c commit 8680aa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/check_spec_files_spelling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ done
if [ $RET -eq 1 ]; then
echo
red "----------------------------------------------------------------"
echo "Found some files in spec directory that do not have the _spec suffix, please check if you're misspelling them. If there is an exception, please add the coressponding files(or their path regexes) into spec/on_demand_specs"
echo "Found some files in spec directory that do not have the _spec suffix, please check if you're misspelling them. If there is an exception, please add the coressponding files(or their path regexes) into the whitelist spec/on_demand_specs."
echo
echo "Possible misspelling file list:"
cat $RESULT_TMP
red "----------------------------------------------------------------"
fi
Expand Down

0 comments on commit 8680aa1

Please sign in to comment.