VirtualBox

Ignore:
Timestamp:
Jun 25, 2020 10:25:18 AM (4 years ago)
Author:
vboxsync
Message:

ValKit: Don't check for obsolete kBuild environment variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py

    r83183 r84946  
    380380                                                    'TestBoxHelper');
    381381            else: # Only for in-tree testing, so don't bother be too accurate right now.
    382                 sType = os.environ.get('KBUILD_TYPE', os.environ.get('BUILD_TYPE', 'debug'));
     382                sType = os.environ.get('KBUILD_TYPE', 'debug');
    383383                self._sTestBoxHelper = os.path.join(g_ksValidationKitDir, os.pardir, os.pardir, os.pardir, 'out', \
    384384                                                    utils.getHostOsDotArch(), sType, 'testboxscript', \
Note: See TracChangeset for help on using the changeset viewer.

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