VirtualBox

Changeset 72400 in vbox


Ignore:
Timestamp:
May 31, 2018 9:00:21 AM (7 years ago)
Author:
vboxsync
Message:

ValidationKit/vboxtxs-runvm: Give some time for kernel log buffer to flush a surge of writes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-runvm.sh

    r72398 r72400  
    124124        RETVAL=$?
    125125        dumpfile_to_kernlog "${SMOKEOUTPUT_PATH}"
     126        sync
     127        sleep 10
    126128        if test $RETVAL -eq 0; then
    127             kernlog_msg "Starting VirtualBox Test Execution service" console
     129            kernlog_msg "Nested Smoke Test done; Starting Test Execution service" console
    128130            mount /dev/cdrom "${CDROM_PATH}" 2> /dev/null > /dev/null
    129131            $binary --auto-upgrade --scratch="${SCRATCH_PATH}" --cdrom="${CDROM_PATH}" --no-display-output > /dev/null
     
    137139            else
    138140                kernlog_msg "Test Execution service failed to start" console
     141                RETVAL=6
    139142            fi
    140143        else
     
    151154stop() {
    152155    if test -f $PIDFILE; then
    153         kernlog_msg "Stopping VirtualBox Test Execution Service"
     156        kernlog_msg "Stopping Test Execution Service"
    154157        killproc $binary
    155158        rm -f $PIDFILE
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