diff --git a/buildroot/share/git/mftest b/buildroot/share/git/mftest
index b2d7cddfe51f67aac094c99de5593c931f9dbd07..62186a5f820658071b402c317967206acbc3df99 100755
--- a/buildroot/share/git/mftest
+++ b/buildroot/share/git/mftest
@@ -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'