Skip to content
Snippets Groups Projects
Commit fd1af018 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

mftest: Set machine name

parent 83a60f15
Branches
No related tags found
No related merge requests found
...@@ -215,6 +215,9 @@ echo "$OUT" | { ...@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment