Changeset 72400 in vbox
- Timestamp:
- May 31, 2018 9:00:21 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-runvm.sh
r72398 r72400 124 124 RETVAL=$? 125 125 dumpfile_to_kernlog "${SMOKEOUTPUT_PATH}" 126 sync 127 sleep 10 126 128 if test $RETVAL -eq 0; then 127 kernlog_msg " Starting VirtualBoxTest Execution service" console129 kernlog_msg "Nested Smoke Test done; Starting Test Execution service" console 128 130 mount /dev/cdrom "${CDROM_PATH}" 2> /dev/null > /dev/null 129 131 $binary --auto-upgrade --scratch="${SCRATCH_PATH}" --cdrom="${CDROM_PATH}" --no-display-output > /dev/null … … 137 139 else 138 140 kernlog_msg "Test Execution service failed to start" console 141 RETVAL=6 139 142 fi 140 143 else … … 151 154 stop() { 152 155 if test -f $PIDFILE; then 153 kernlog_msg "Stopping VirtualBoxTest Execution Service"156 kernlog_msg "Stopping Test Execution Service" 154 157 killproc $binary 155 158 rm -f $PIDFILE
Note:
See TracChangeset
for help on using the changeset viewer.