commit | 5770a14403faeaa9400bdcffb204ab7eae4007d8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 20 11:24:52 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 24 08:06:28 2016 -0400 |
tree | 45ad2a43f57d021d64d121f60b3c8ab7635ec177 | |
parent | 31fedfe4dfb615de04b09ad02a4009721fcb1b4c [diff] |
travis-ci: Drop 'TEST_CMD' We don't need to use TEST_CMD in order to run tests. We need a BUILDMAN and TOOLCHAIN variable to avoid having to duplicate logic or write some wrapper function. But this makes the tests harder as we add more complex examples. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Heiko Schocher <hs@denx.de>