Browse Source

mftest: Set machine name

Scott Lahteine 4 years ago
parent
commit
fd1af0189e
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      buildroot/share/git/mftest

+ 3
- 0
buildroot/share/git/mftest View File

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

Loading…
Cancel
Save