]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Run run-dwarflint-self.sh with new dwarflint/dwarflint location.
authorMark Wielaard <mjw@redhat.com>
Thu, 19 Aug 2010 10:23:42 +0000 (12:23 +0200)
committerMark Wielaard <mjw@redhat.com>
Thu, 19 Aug 2010 10:23:42 +0000 (12:23 +0200)
tests/ChangeLog
tests/run-dwarflint-self.sh

index 6e4519d6be38c7b1a4535666c617f2cc96c0d9bb..dadc395c5bf74cd6253db764d1f16fe4a2f80f39 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-19  Mark Wielaard  <mjw@redhat.com>
+
+       * tests/run-dwarflint-self.sh: Test new dwarflint/dwarflint location.
+
 2010-06-04  Roland McGrath  <roland@redhat.com>
 
        * run-unstrip-test.sh: Also test modifying the file in place.
index d1f6ca25dabfb5a149d4925271c8dd6b8e088ca6..1f35889a52a545a647aebd2e8918e1f3656ca6d2 100755 (executable)
@@ -30,7 +30,7 @@ runtest()
 {
   for file; do
     if [ -f $file ]; then
-      testrun ../src/dwarflint -q -i --gnu $file ||
+      testrun ../dwarflint/dwarflint -q -i --gnu $file ||
       { echo "*** failure in $file"; status=1; }
     fi
   done