mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
build: exit with an error if waf configure fails
We don't want configure in the build farm to show green when it fails
This commit is contained in:
parent
b4c46bd7df
commit
fa172c494f
@ -9,6 +9,6 @@ WAF=BUILDTOOLS/bin/waf
|
||||
JOBS=1
|
||||
export JOBS
|
||||
|
||||
cd BUILDPATH
|
||||
$WAF configure "$@"
|
||||
cd BUILDPATH || exit 1
|
||||
$WAF configure "$@" || exit 1
|
||||
cd $PREVPATH
|
||||
|
Loading…
Reference in New Issue
Block a user