]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: Don't run tests if U-Boot cannot be built
authorSimon Glass <sjg@chromium.org>
Sun, 25 Jan 2015 15:26:56 +0000 (08:26 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Jan 2015 00:09:54 +0000 (17:09 -0700)
commit22cc069160dc77972b70d45c0d2558e20e9ee766
tree573d976e938cb8c8383bf75abba9b80fd168c9ea
parent25ab4b0303f2df5e6b94ed92e37875a7c98f4de3
dm: Don't run tests if U-Boot cannot be built

There is no point in running the tests if U-Boot cannot be built. Abort in
this case.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/test-dm.sh