VirtualBox

Changeset 83860 in vbox


Ignore:
Timestamp:
Apr 20, 2020 2:39:40 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137389
Message:

Validation Kit/Guest Additions: Make sure to add "--nox11" to the makeself wrapper in order to not getting any blocking xterm window spawned when doing any unattended Linux GA installations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r83856 r83860  
    420420            # Also tell the installer to produce the appropriate log files.
    421421            #
     422            # Make sure to add "--nox11" to the makeself wrapper in order to not getting any blocking
     423            # xterm window spawned.
    422424            fRc = self.txsRunTest(oTxsSession, 'VBoxLinuxAdditions.run', 5 * 60 * 1000,
    423                                   '/bin/sh', ('/bin/sh', '${CDROM}/VBoxLinuxAdditions.run'));
     425                                  '/bin/sh', ('/bin/sh', '${CDROM}/VBoxLinuxAdditions.run', '--nox11'));
    424426            ## @todo We need to figure out why the result is != 0 when running the .run installer. For now just ignore it.
    425427            if not fRc:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette