VirtualBox

Changeset 94596 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 13, 2022 9:41:11 PM (3 years ago)
Author:
vboxsync
Message:

ValidationKit/testdriver/vbox.py: Split long commented out python command to make pylint happy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r94590 r94596  
    11301130                # Cool tweak to run performance analysis instead of gdb:
    11311131                #sGdb = '/usr/bin/valgrind';
    1132                 #sGdbCmdLine = '%s --tool=callgrind --collect-atstart=no -- %s --pidfile %s' % (sGdb, sVBoxSVC, self.sVBoxSvcPidFile);
     1132                #sGdbCmdLine = '%s --tool=callgrind --collect-atstart=no -- %s --pidfile %s' \
     1133                #    % (sGdb, sVBoxSVC, self.sVBoxSvcPidFile);
    11331134                reporter.log('term="%s" gdb="%s"' % (sTerm, sGdbCmdLine));
    11341135                os.environ['SHELL'] = self.sOrgShell; # Non-working shell may cause gdb and/or the term problems.
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