VirtualBox

Ignore:
Timestamp:
Jan 3, 2023 1:19:53 PM (2 years ago)
Author:
vboxsync
Message:

added reporting unit test source dir for unit tests and arm64 arch for testboxscript setup.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py

    r97673 r97949  
    99__copyright__ = \
    1010"""
    11 Copyright (C) 2010-2022 Oracle and/or its affiliates.
     11Copyright (C) 2010-2023 Oracle and/or its affiliates.
    1212
    1313This file is part of VirtualBox base platform packages, as
     
    435435        # We need a VBox install (/ build) to test.
    436436        #
    437         if False is True: ## @todo r=andy WTF?
     437        if False is True: ## @todo r=andy ??
    438438            if not self.importVBoxApi():
    439439                reporter.error('Unabled to import the VBox Python API.');
     
    496496                if os.path.exists(os.path.join(sCandidat, 'testcase', 'tstVMStructSize' + self.sExeSuff)):
    497497                    self.sUnitTestsPathSrc = sCandidat;
    498                     break;
     498                    break
    499499
    500500            if not self.sUnitTestsPathSrc:
    501501                reporter.error('Unable to find unit test source dir. Candidates: %s' % (asCandidates,));
    502                 return False;
     502                return False
     503            else:
     504                reporter.log('Unit test source dir path: ', self.sUnitTestsPathSrc)
    503505        else:
    504506            reporter.log2('Unit test source dir already set to "%s"' % (self.sUnitTestsPathSrc));
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