[Crosstoolchain-logs] [device-tree-compiler] 158/198: Remove redundant fdtdump test code
Hector Oron
zumbi at moszumanska.debian.org
Thu Dec 8 17:07:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.
commit 067829ea5fa9a6d22d4d09fa38ffbef16d21de78
Author: David Gibson <david at gibson.dropbear.id.au>
Date: Thu Jul 9 13:41:21 2015 +1000
Remove redundant fdtdump test code
The overall test runner script, for the fdtdump tests invokes the helper
script fdtdump-runtest.sh. It then includes directly some code very
similar to fdtdump-runtest.sh, which is never reached due to a "return".
Remove the never-reached test code.
Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
tests/run_tests.sh | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 49f6fd8..5268293 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -645,21 +645,6 @@ utilfdt_tests () {
fdtdump_tests () {
run_fdtdump_test fdtdump.dts
- return
-
- local dts=fdtdump.dts
- local dtb=fdtdump.dts.dtb
- local out=fdtdump.dts.out
- run_dtc_test -O dtb $dts -o ${dtb}
- $FDTDUMP ${dtb} | grep -v "//" >${out}
- if cmp $dts $out >/dev/null; then
- PASS
- else
- if [ -z "$QUIET_TEST" ]; then
- diff -w fdtdump.dts $out
- fi
- FAIL "Results differ from expected"
- fi
}
while getopts "vt:me" ARG ; do
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git
More information about the Crosstoolchain-logs
mailing list