diff options
| author | Mark Wielaard <[email protected]> | 2010-08-19 12:23:42 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2010-08-19 12:23:42 +0200 |
| commit | 7bbb5a3b9cf7b5aaf054bba3f46aa6ebbf958eb7 (patch) | |
| tree | fe8b0f714342bf61ee993c68f5ac1d09ba320993 /tests | |
| parent | cb3624fbee26df832d636566efaf93203d271dd3 (diff) | |
Run run-dwarflint-self.sh with new dwarflint/dwarflint location.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 4 | ||||
| -rwxr-xr-x | tests/run-dwarflint-self.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 6e4519d6..dadc395c 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2010-08-19 Mark Wielaard <[email protected]> + + * tests/run-dwarflint-self.sh: Test new dwarflint/dwarflint location. + 2010-06-04 Roland McGrath <[email protected]> * run-unstrip-test.sh: Also test modifying the file in place. diff --git a/tests/run-dwarflint-self.sh b/tests/run-dwarflint-self.sh index d1f6ca25..1f35889a 100755 --- a/tests/run-dwarflint-self.sh +++ b/tests/run-dwarflint-self.sh @@ -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 |
