Fix case sensitivity on win nodes

This commit is contained in:
Zac 2012-01-19 11:42:57 +00:00
Родитель 30bb43b343
Коммит 591048e8e9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@
<condition property="hub.host" value="${mozilla.hub.host}">
<or>
<matches pattern="qa\-selenium[0-9]*\.mv\.mozilla\.com" string="${env.HOSTNAME}"/>
<matches pattern="qa[0-9]*\-\w+" string="${env.HOSTNAME}"/>
<matches pattern="qa[0-9]*\-\w+" string="${env.HOSTNAME}" casesensitive="false"/>
</or>
</condition>
<property name="hub.host" value="localhost"/>