[Crosstoolchain-logs] [device-tree-compiler] 14/22: tests: overlay: Move back the bad fixup tests

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:07:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/latest
in repository device-tree-compiler.

commit e8c3a1a493fa96153badd4b8a831edfb96d5bdc7
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Oct 6 13:39:59 2016 +0200

    tests: overlay: Move back the bad fixup tests
    
    The bad fixups tests were meant to be usable even for a non-overlay-enabled
    dtc.
    
    Move them out of that check.
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 tests/run_tests.sh | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 10b41bc..dc19f80 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -181,14 +181,14 @@ overlay_tests () {
         run_dtc_test -@ -I dts -O dtb -o overlay_base.dtb overlay_base.dts
         run_dtc_test -@ -I dts -O dtb -o overlay_overlay.dtb overlay_overlay_dtc.dts
         run_test overlay overlay_base.dtb overlay_overlay.dtb
-
-	# Bad fixup tests
-	for test in $BAD_FIXUP_TREES; do
-	    tree="overlay_bad_fixup_$test"
-	    run_dtc_test -I dts -O dtb -o $tree.dtb $tree.dts
-	    run_test overlay_bad_fixup overlay_base.dtb $tree.dtb
-	done
     fi
+
+    # Bad fixup tests
+    for test in $BAD_FIXUP_TREES; do
+	tree="overlay_bad_fixup_$test"
+	run_dtc_test -I dts -O dtb -o $tree.dtb $tree.dts
+	run_test overlay_bad_fixup overlay_base.dtb $tree.dtb
+    done
 }
 
 tree1_tests () {

-- 
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