edk2-test: use bash 'shift' in build.sh to manage arguments
The script was using a big list of numerical argument to pass on extra parameters. Use the bash 'shift' command to carve of arguments for the script so that $@ can be used for the remainder. Signed-off-by:Grant Likely <grant.likely@arm.com> Reviewed-by: G Edhaya Chandran<edhaya.chandran@arm.com> Reviewed-by:
Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>
Please register or sign in to comment