mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 02:15:22 +00:00
build file
This commit is contained in:
parent
af03121e0c
commit
7889a24457
@ -4,9 +4,9 @@ PYTHONPATH=''
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<project name="Tank" default="debian">
|
<project name="Tank" default="debian">
|
||||||
<property name="package" value="Tank"/>
|
<property name="package" value="yandextank"/>
|
||||||
<target name="test">
|
<target name="test">
|
||||||
<exec executable="nosetests" dir='Tests' failonerror="true">
|
<exec executable="nosetests" dir='tests' failonerror="true">
|
||||||
<arg value="--with-xunit" />
|
<arg value="--with-xunit" />
|
||||||
<arg value="--all-modules" />
|
<arg value="--all-modules" />
|
||||||
<arg value="--traverse-namespace" />
|
<arg value="--traverse-namespace" />
|
||||||
@ -33,7 +33,7 @@ PYTHONPATH=''
|
|||||||
<arg value="Jenkins CI build" />
|
<arg value="Jenkins CI build" />
|
||||||
</exec>
|
</exec>
|
||||||
-->
|
-->
|
||||||
<exec executable="debuild" dir='.' failonerror="true">
|
<!-- <exec executable="debuild" dir='.' failonerror="true">
|
||||||
<arg value="-I" />
|
<arg value="-I" />
|
||||||
<arg value="-us" />
|
<arg value="-us" />
|
||||||
<arg value="-uc" />
|
<arg value="-uc" />
|
||||||
@ -42,7 +42,7 @@ PYTHONPATH=''
|
|||||||
</exec>
|
</exec>
|
||||||
<move todir=".">
|
<move todir=".">
|
||||||
<fileset dir=".." includes="yandex-load-*" />
|
<fileset dir=".." includes="yandex-load-*" />
|
||||||
</move>
|
</move> -->
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="loc">
|
<target name="loc">
|
||||||
|
Loading…
Reference in New Issue
Block a user