mftest: Set machine name
This commit is contained in:
parent
83a60f15ff
commit
fd1af0189e
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Reference in a new issue