The reason being that high-level checks do and always have emitted a lot
of output, mainly for big c++ binaries. The low-level checks should
generally pass, and even if there are nits here and there, they should be
minor and shouldn't flood the terminal.
#! /bin/sh
-# Copyright (C) 2009 Red Hat, Inc.
+# Copyright (C) 2009, 2010 Red Hat, Inc.
# This file is part of Red Hat elfutils.
#
# Red Hat elfutils is free software; you can redistribute it and/or modify
{
for file; do
if [ -f $file ]; then
- testrun ../dwarflint/dwarflint -q -i --gnu $file ||
+ testrun ../dwarflint/dwarflint -q -i --check=@low $file ||
{ echo "*** failure in $file"; status=1; }
fi
done