common/hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 18 Jun 2009 18:38:31 +0100
changeset 204 7912741ec3b3
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Yarp file parser to get number of failures from the correct field

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
rem call ..\..\build\env.bat
call %HELIUM_HOME%\hlm.bat %*
endlocal