mftest: Set machine name

2.0.x
Scott Lahteine 5 years ago
parent 83a60f15ff
commit fd1af0189e

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

Loading…
Cancel
Save