Skip to content

Commit

Permalink
Do not print warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
eaxelson committed Oct 2, 2018
1 parent 7ab98be commit ad30283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_installation/check-tools.sh
Expand Up @@ -75,7 +75,7 @@ do
"$tooltest" != "lexc2fst-stress.sh" -a \
"$tooltest" != "valgrind.sh" -a \
"$tooltest" != "lookup-stress.sh" ]; then
if (./$tooltest $PREFIX) ; then
if (./$tooltest $PREFIX 2> /dev/null) ; then
printf "%-40s%s\n" $tooltest "PASS"
elif [ "$?" -eq "77" ] ; then
printf "%-40s%s\n" $tooltest "** SKIP **"
Expand Down

0 comments on commit ad30283

Please sign in to comment.