From 1be2d0a3e9521a4d8310d87af8e84a6d71e7110d Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Wed, 15 Sep 2010 15:55:10 +0200 Subject: [PATCH] Only run low-level checks in dwarflint self-check 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. --- tests/run-dwarflint-self.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run-dwarflint-self.sh b/tests/run-dwarflint-self.sh index 1f35889a5..e83d82089 100755 --- a/tests/run-dwarflint-self.sh +++ b/tests/run-dwarflint-self.sh @@ -1,5 +1,5 @@ #! /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 @@ -30,7 +30,7 @@ runtest() { 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 -- 2.47.2