Lines Matching +full:- +full:ne
11 # <http://opensource.org/licenses/bsd-license.php>.
16 set -e -u -C
20 program_name=$(basename -- "$0")
28 export PACKAGES_PATH=$(realpath -- "$edk2_dir")
30 mkdir -p Conf
32 export PYTHON_COMMAND=${EDK2_PYTHON_COMMAND:-python3}
38 set -e -u -C
39 if [ $ret -ne 0 ]; then
43 # Fetch some option arguments, and set the cross-compilation environment (if
45 source "$edk2_dir/../edk2-funcs.sh"
53 mkdir -p log
55 --arch="$edk2_arch" \
56 -n "$edk2_thread_count" \
57 --buildtarget=DEBUG \
58 --platform=UefiTestToolsPkg/UefiTestToolsPkg.dsc \
59 --tagname="$edk2_toolchain" \
60 --module="UefiTestToolsPkg/$dsc_component/$dsc_component.inf" \
61 --log="log/$dsc_component.$edk2_arch.log" \
62 --report-file="log/$dsc_component.$edk2_arch.report"
63 cp -a -- \