scripts: print failed directory when testing build
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 15 Jul 2016 13:49:57 +0000 (15:49 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 15 Jul 2016 14:08:25 +0000 (16:08 +0200)
commit72551a5feea56a8bb08bda53137a9026c0f39c4e
treef2da9918444bc5c4a0729ab4301a3d4abcffc8ce
parent11c5e45d88ff3fcb86be4a1c23c766b35bafdc70
scripts: print failed directory when testing build

The script test-build.sh can be used to test building several
targets with different configurations. The directory name reflects
the target and the customized configuration.
When there is a failure, it is convenient to print this build
directory to quickly know which case is failing without scrolling
the build log history.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
scripts/test-build.sh