{{ message }}
Commit 67413bc
committed
Revert "[makexpi] Run $VALIDATE in bg"
This reverts commit e0c5cad.
Putting validate in the background means that when there is a failure and we
call `die`, the `exit 1` gets run in a subshell and so error status does not get
returned to the caller of makexpi.sh (i.e. test.sh).
Fixes EFForg#6711 parent 9bbe318 commit 67413bc
1 file changed
Lines changed: 1 addition & 2 deletions

0 commit comments