We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab6c7d commit 54152ebCopy full SHA for 54152eb
src/main/scripts/ci/common.sh
@@ -17,11 +17,5 @@ print_log() {
17
echo
18
echo "=====> \033[1;33m$msg\033[0m"
19
20
- # yes, it's a hard coded workaround for #538
21
- if [ "$log_file" = 'verify.log' ]; then
22
- # we need -z option to be able to replace new line character
23
- egrep -v '^\[INFO\] Download(ing|ed):' "$log_file" | sed -z -f "$(dirname "$0")/ignore-htmlunit-messages.sed"
24
- else
25
- egrep -v '^\[INFO\] Download(ing|ed):' "$log_file"
26
- fi
+ egrep -v '^\[INFO\] Download(ing|ed):' "$log_file"
27
}
0 commit comments