[riot-commits] [RIOT-OS/RIOT] bfbc9c: makefiles/buildtests.inc.mk: allow overwriting mak...
Gaëtan Harter
hartergaetan at gmail.com
Fri Aug 10 10:31:15 CEST 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: bfbc9c1c45be78b52c17f5ca0165b019b8923129
https://github.com/RIOT-OS/RIOT/commit/bfbc9c1c45be78b52c17f5ca0165b019b8923129
Author: Gaëtan Harter <gaetan.harter at fu-berlin.de>
Date: 2018-08-08 (Wed, 08 Aug 2018)
Changed paths:
M makefiles/buildtests.inc.mk
Log Message:
-----------
makefiles/buildtests.inc.mk: allow overwriting make output redirection
When running tests, I often needed to modify `buildtests.inc.mk` to see the
actual errors/standard output.
This allows overwriting the default redirection of both to `/dev/null`.
It is low level and directly given to the command execution.
As it is interpreted by make, it can even be overwritten using build system
variables:
'BUILDTEST_MAKE_REDIRECT=>/tmp/buildtest.$${board}.out 2>&1'
Commit: feb3912c3daa40006add5f2fe5ce8afef319e309
https://github.com/RIOT-OS/RIOT/commit/feb3912c3daa40006add5f2fe5ce8afef319e309
Author: Gaëtan Harter <hartergaetan at gmail.com>
Date: 2018-08-10 (Fri, 10 Aug 2018)
Changed paths:
M makefiles/buildtests.inc.mk
Log Message:
-----------
Merge pull request #9741 from cladmi/pr/make/buildtest/override_redirection
makefiles/buildtests.inc.mk: allow overwriting make output redirection
Compare: https://github.com/RIOT-OS/RIOT/compare/513e3eca2f3a...feb3912c3daa
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list