mftest: Set machine name

This commit is contained in:
Scott Lahteine 2020-03-02 18:32:01 -06:00
parent 83a60f15ff
commit fd1af0189e

View File

@ -215,6 +215,9 @@ echo "$OUT" | {
done
}
# Make clear it's a TEST
opt_set CUSTOM_MACHINE_NAME "\"$TESTENV-tests ($CHOICE)\""
# Get a -y parameter the lazy way
[[ "$2" == "-y" || "$3" == "-y" ]] && BUILD_YES='Y'