소스 검색

mftest: Set machine name

Scott Lahteine 4 년 전
부모
커밋
fd1af0189e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      buildroot/share/git/mftest

+ 3
- 0
buildroot/share/git/mftest 파일 보기

@@ -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…
취소
저장