summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/run-dwarflint-self.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-dwarflint-self.sh b/tests/run-dwarflint-self.sh
index 1f35889a..e83d8208 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