VirtualBox

Ignore:
Timestamp:
May 4, 2017 4:13:23 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115212
Message:

testboxscript: very useful improvement I found on the testboxes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/win/autoexec-testbox.cmd

    r52776 r66797  
    11@echo "$Id$"
    22@echo on
     3setlocal EnableExtensions
     4set exe=python.exe
     5for /f %%x in ('tasklist /NH /FI "IMAGENAME eq %exe%"') do if %%x == %exe% goto end
    36%SystemDrive%\Python27\python.exe %SystemDrive%\testboxscript\testboxscript\testboxscript.py --testrsrc-server-type=cifs --builds-server-type=cifs
    47pause
    5 
     8:end
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