Re: [U-Boot] [PATCH 7/8] travis-ci: Drop 'TEST_CMD'

2016-10-24 Thread Tom Rini
On Thu, Oct 20, 2016 at 03:26:05PM -0400, Tom Rini wrote: > 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. >

Re: [U-Boot] [PATCH 7/8] travis-ci: Drop 'TEST_CMD'

2016-10-21 Thread Heiko Schocher
Hello Tom, Am 20.10.2016 um 21:26 schrieb Tom Rini: 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:

[U-Boot] [PATCH 7/8] travis-ci: Drop 'TEST_CMD'

2016-10-20 Thread Tom Rini
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 --- .travis.yml | 26 ++