VirtualBox

Changeset 51965 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Jul 10, 2014 10:37:15 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94879
Message:

tstCollector: ignore empty disk lists for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstCollector.cpp

    r50865 r51965  
    248248        {
    249249            RTPrintf("tstCollector: getDiskListByFs(%s) returned empty usage list\n", FSNAME);
    250             return 1;
     250            return 0;
    251251        }
    252252        if (disksLoad.empty())
    253253        {
    254254            RTPrintf("tstCollector: getDiskListByFs(%s) returned empty usage list\n", FSNAME);
    255             return 1;
     255            return 0;
    256256        }
    257257
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