common/hlm.bat
author royt <tathagatar@symbian.org>
Wed, 22 Jul 2009 11:39:12 +0100
changeset 266 d22176d1757d
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Passing diamond build-id as parameter for ats_specialise_test_drop.pl to insert build-id tag in test.xml

@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