VirtualBox

Changeset 70541 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 11, 2018 2:53:57 PM (7 years ago)
Author:
vboxsync
Message:

ValidationKit: txsCdWait/ISO fix.

Location:
trunk/src/VBox/ValidationKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/Makefile.kmk

    r70503 r70541  
    147147#
    148148VBOX_VALIDATIONKIT_FILESPEC = \
    149         $(VBOX_PATH_VALIDATIONKIT_SRC)/docs/valkit.txt \
     149        valkit.txt=$(VBOX_PATH_VALIDATIONKIT_SRC)/docs/valkit.txt \
    150150        $(VBOX_PATH_VALIDATIONKIT)/vboxtxs-readme.txt
    151151ifneq ($(KBUILD_HOST),os2)
  • trunk/src/VBox/ValidationKit/testdriver/txsclient.py

    r70521 r70541  
    16701670    def __isInProgressXcpt(self, oXcpt):
    16711671        """ In progress exception? """
    1672         reporter.log("oXcpt=%s" % (oXcpt)) ## TMP TMP
    1673         reporter.log("dir(oXcpt)=%s" % (dir(oXcpt))) ## TMP TMP
    16741672        try:
    16751673            if isinstance(oXcpt, socket.error):
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